| |
All types of Combo Box controls |
HorizontalAlignment | Gets and sets the horizontal alignment of the elements in the Combo Box control. |
Ellipsis | Gets and sets the ellipsis mode. |
LineHeight | Gets and sets the height of the rows in a Combo Box control. |
Memory | Indicates if the specified Combo Box control is populated programmatically or is based on a data file. |
Count | Gets the number of rows in a Combo Box control. |
FillType | Indicates how a Combo Box control is populated (programmatically, from a data file or from a variable). |
Empty | Indicates if a Combo Box control is empty. |
Editable Combo Box control only |
WithInput | Gets and sets the input mode of the Combo Box control (editable or not editable). |
Cursor | Gets and sets the position of the mouse cursor in a control. |
CursorEnd | Gets and sets the end position of a selection made with the cursor. |
MemoryFormat | Gets and sets the format of the returned value. |
DisplayMask | Gets and sets the display mask. |
InputMask | Gets and sets the input mask. |
Size | Gets and sets the maximum number of characters in the input field of the Combo Box control. |
SelectedText | Gets and changes the text selected in the input field of the Combo Box control. |
InputType | Gets and sets the type of data entered in the input field of the Combo Box control. |
Non-editable Combo Box control only |
SearchAAF | Allows you to: - determine if the search option is enabled on a non-editable Combo Box control,
- enable or disable the search option via the AAF in a non-editable Combo Box control.
|
Combo Box populated programmatically only |
InitialContent | Gets the initial content of a Combo Box control populated programmatically. |
Sorted | Indicates if a Combo Box control populated programmatically is sorted, or sorts the control. |
Combo Box control based on a data file only |
BrowsedFile | Gets and sets the data file or query used to display the records in Combo Box controls. |
AutoBrowse | Indicates if a Combo Box control is looped through automatically or programmatically. |
DisplayedItem | Gets and sets the item displayed in a Combo Box control. |
StoredItem | Gets and sets the stored item of a Combo Box control. |
BrowsedItem | Gets and sets the item used to automatically loop through Combo Box controls. |