Role Enum
Specifies the type of form field.
public enum Role
Public Enum Role
Inheritance: ObjectValueTypeEnumRole
Fields
Role.cb | 1 | Check box. |
Role.pb | 2 | Push button. |
Role.rb | 0 | Radio button. |
Role.tv | 3 | Text value field. |
Specifies the type of form field.
public enum Role
Public Enum Role
Inheritance: ObjectValueTypeEnumRole
Role.cb | 1 | Check box. |
Role.pb | 2 | Push button. |
Role.rb | 0 | Radio button. |
Role.tv | 3 | Text value field. |