Specifies the Attachment Item Template Position.
Namespace: CuteEditorAssembly: 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 name | Value | Description | |
|---|---|---|---|
| AnotherCell | 0 | Another Cell | |
| ReplaceText | 1 | Replace Text | |
| BeforeText | 2 | Before Text | |
| AfterText | 3 | After Text | |
| BeforeCheckBox | 4 | Before CheckBox | |
| AfterCheckBox | 5 | After CheckBox |