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