Specifies the Attachment Item Template Position.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public enum AttachmentItemTemplatePosition
Visual Basic
Public Enumeration AttachmentItemTemplatePosition
Visual C++
public enum class AttachmentItemTemplatePosition

Members

Member nameValueDescription
AnotherCell0 Another Cell
ReplaceText1 Replace Text
BeforeText2 Before Text
AfterText3 After Text
BeforeCheckBox4 Before CheckBox
AfterCheckBox5 After CheckBox

See Also