Version:
FieldEditMode Class
Indicates how a field is to be edited.
Syntax
public
sealed
class
FieldEditMode : System.Enum
Fields
|
Name |
Description |
|
Multiline
|
Display as a multiline (3 row) textarea.
|
|
Password
|
Display as a password text box.
|
|
ServerDirectoryPath
|
Display as a single line textbox with a [...] that can open a modal dialog to help locate a server directory path.
|
|
ServerFilePath
|
Display as a single line textbox with a [...] that can open a modal dialog to help locate a server file path.
|
|
Singleline
|
Display a single line textbox.
|