The Editor object supports the following properties and methods:
Name | Description | |||
AddButton | Adds a new button to the editor with specified key and aligns it to the left or right side of the editor. | |||
AddItem | Adds a new item to the editor's list. | |||
Appearance | Retrieves or sets the editor's appearance. | |||
BackColor | Specifies the editor's background color. | |||
ButtonWidth | Specifies the width of the buttons in the editor. | |||
Caption | Retrieves the caption of the field. | |||
ClearButtons | Clears the buttons collection. | |||
ClearItems | Clears the items collection. | |||
DropDown | Displays the drop down list. | |||
DropDownAlignment | Retrieves or sets a value that indicates the item's alignment in the editor's drop-down list. | |||
DropDownAutoWidth | Retrieves or sets a value that indicates whether the editor's drop-down window list is automatically computed to fit the entire list. | |||
DropDownMinWidth | Specifies the minimum drop-down list width if the DropDownAutoWidth is False. | |||
DropDownRows | Retrieves or sets a value that indicates the maximum number of visible rows in the editor's drop- down list. | |||
DropDownVisible | Retrieves or sets a value that indicates whether the editor's drop down button is visible or hidden. | |||
EditType | Retrieves or sets a value that indicates the type of the editor. | |||
ExpandAll | Expands all items in the editor's list. | |||
ExpandItem | Expands or collapses an item in the editor's list. | |||
FindItem | Finds an item given its value or caption. | |||
ForeColor | Specifies the editor's foreground color. | |||
Image | Retrieves or sets a value that indicates the index of the editor's icon. | |||
Index | Retrieves the index of the editor. | |||
InsertItem | Inserts a child item to the editor's list. | |||
ItemToolTip | Gets or sets the text displayed when the mouse pointer hovers over a predefined item. | |||
Key | Retrieves the editor's key. | |||
Label | Specifies the editor's label. | |||
LabelAlignment | Specifies the alignment of the label relative to the field. | |||
LabelBackColor | Specifies the label's background color. | |||
LabelForeColor | Specifies the label's foreground color. | |||
Locked | Determines whether the editor is locked or unlocked. | |||
Mask | Retrieves or sets a value that indicates the mask used by the editor. | |||
MaskChar | Retrieves or sets a value that indicates the character used for masking. | |||
Numeric | Specifies whether the editor enables numeric values only. | |||
Option | Specifies an option for the editor. | |||
PartialCheck | Retrieves or sets a value that indicates whether the associated check box has two or three states. | |||
Picture | Assigns a custom size picture to an editor. | |||
PopupAppearance | Retrieves or sets a value that indicates the drop-down window's appearance. | |||
Position | Retrieves or sets a value that indicates the editor's position. | |||
RemoveButton | Removes a button given its key. | |||
RemoveItem | Removes an item from the editor's predefined values list. | |||
SortItems | Sorts the list of items in the editor. | |||
ToolTip | Specifies a tooltip being displayed when the cursor hover the editor's label. | |||
UserData | Gets or sets the user-definable data for the current editor. | |||
UserEditor | Specifies the control's identifier and the control's runtime license key when EditType is UserEditor. | |||
UserEditorObject | Gets the user editor object when EditType is UserEditor. | |||
Value | Retrieves or sets the field's value. | |||
Visible | Retrieves or sets a value that indicates whether the editor is visible or hidden. |