The
ExEditors Library, a 100% ATL based component suite, contains 16 data edit
controls in a single ActiveX control. Each editor can have a three-state check
box associated and an unlimited number of buttons on the left or right side.
Each button can display an icon or a picture and can have its own tool tip.
Most of the editors are mask based. The Editor object supports the following
methods and properties:
| |  | Name | Description | |
| | | AddButton | Adds a new button to the editor with the Key and aligned to the left or right side of the editor. | |
| | | AddItem | Adds a new item to editor's predefined list. | |
| | | Alignment | Retrieves or sets a value that indicates the caption's alignment. | |
| | | Appearance | Retrieves or sets the control's appearance | |
| | | BackColor | Retrieves or sets the control's background color. | |
| | | ButtonWidth | Retrieves or sets a value that indicates the button's width. | |
| | | CheckState | Retrieves or sets a value that indicates the check box's state. | |
| | | ClearButtons | Clears the buttons collection. | |
| | | ClearItems | Clears the items collection. | |
| | | DropDown | Shows up the control's drop down list. | |
| | | DropDownAlignment | Retrieves or sets a value that indicates the item's alignment into control's drop down list. | |
| | | DropDownAutoWidth | Retrieves or sets a value that indicates whether the control's drop down list width is automatically computed to fit the entire list. | |
| | | DropDownMinWidth | Specifies the minimum drop down list width while the DropDownAutoWidth is False. | |
| | | DropDownRows | Retrieves or sets a value that indicates the maximum number of rows into a drop down list. | |
| | | DropDownVisible | Retrieves or sets a value that indicates whether the control's drop down window is shown or hidden. | |
| | | EditText | Specifies the editor's caption. | |
| | | EditType | Retrieves or sets a value that indicates the type of the contained editor. | |
| | | Enabled | Retrieves or sets a value that indicates whether the control is enabled or disabled. | |
| | | FindItem | Finds an item given its value or caption. | |
| | | Font | Retrieves or sets the control's font. | |
| | | ForeColor | Retrieves or sets the control's foreground color. | |
| | | HasCheckBox | Retrieves or sets a value that indicates whether the check box is visible or hidden. | |
| | | hWnd | Retrieves the control's window handle. | |
| | | Images | Sets the control's handle image list. | |
| | | ItemCaption | Gets the item's caption giving its index. | |
| | | ItemCount | Counts the items in the collection. | |
| | | 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. | |
| | | 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. | |
| | | PopupAppearance | Retrieves or sets a value that indicates the popup window's appearance. | |
| | | ReadOnly | Retrieves or sets a value that indicates whether the control is read-only. | |
| | | Refresh | Refreshes the control. | |
| | | RemoveButton | Removes a button given its key. | |
| | | RemoveItem | Removes the item from editor's list given its value. | |
| | | ReplaceIcon | Adds a new icon, replaces an icon or clears the control's image list. | |
| | | SelBackColor | Retrieves or sets a value that indicates the selection background color. | |
| | | SelForeColor | Retrieves or sets a value that indicates the selection foreground color. | |
| | | ShowImageList | Specifies whether the control's image list window is visible or hidden. | |
| | | SortItems | Sorts the list of items in the editor. | |
| | | Value | Retrieves or sets the control's value | |
| | | Version | Retrieves the control's version. | |