Specifies the Attachment Item Template Position.

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

Syntax

C#
public enum AttachmentItemTemplatePosition
Visual Basic (Declaration)
Public Enumeration AttachmentItemTemplatePosition
Visual C++
public enum class AttachmentItemTemplatePosition

Members

Member nameDescription
AnotherCell
Another Cell
ReplaceText
Replace Text
BeforeText
Before Text
AfterText
After Text
BeforeCheckBox
Before CheckBox
AfterCheckBox
After CheckBox

See Also