Form Field Type, not suppot File Form now
Namespace: CuteEditor.ConvertorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public enum FormFieldType |
Visual Basic |
---|
Public Enumeration FormFieldType |
Visual C++ |
---|
public enum class FormFieldType |
Members
Member name | Value | Description | |
---|---|---|---|
Form | 0 | ||
Text | 1 | ||
TextArea | 2 | ||
Password | 3 | ||
Hidden | 4 | ||
Image | 5 | ||
Submit | 6 | ||
Reset | 7 | ||
Radio | 8 | ||
CheckBox | 9 | ||
Select | 10 | ||
Option | 11 | ||
None | 12 |