Editor object
Tip The /COM object can be placed on a HTML page (with usage of the HTML object tag:  <object classid="clsid:...">)  using the class identifier: {ED8B26D2-1855-42D5-B622-FEE85395DFB3}. The object's program identifier is: "Exontrol.Editor". The /COM object module is: "ExEditors.dll"
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:

NameDescription
AddButtonAdds a new button to the editor with the Key and aligned to the left or right side of the editor.
AddItemAdds a new item to editor's predefined list.
AlignmentRetrieves or sets a value that indicates the caption's alignment.
AppearanceRetrieves or sets the control's appearance.
BackColorRetrieves or sets the control's background color.
BackgroundReturns or sets a value that indicates the background color for parts in the control.
ButtonWidthRetrieves or sets a value that indicates the button's width.
CheckStateRetrieves or sets a value that indicates the check box's state.
ClearButtonsClears the buttons collection.
ClearItemsClears the items collection.
DropDownShows up the control's drop down list.
DropDownAlignmentRetrieves or sets a value that indicates the item's alignment into control's drop down list.
DropDownAutoWidthRetrieves or sets a value that indicates whether the control's drop down list width is automatically computed to fit the entire list.
DropDownMinWidthSpecifies the minimum drop down list width while the DropDownAutoWidth is False.
DropDownRowsRetrieves or sets a value that indicates the maximum number of rows into a drop down list.
DropDownVisibleRetrieves or sets a value that indicates whether the control's drop down window is shown or hidden.
EditTextSpecifies the editor's caption.
EditTypeRetrieves or sets a value that indicates the type of the contained editor.
EnabledRetrieves or sets a value that indicates whether the control is enabled or disabled.
EventParamRetrieves or sets a value that indicates the current's event parameter.
FindItemFinds an item given its value or caption.
FontRetrieves or sets the control's font.
ForeColorRetrieves or sets the control's foreground color.
HasCheckBoxRetrieves or sets a value that indicates whether the check box is visible or hidden.
HTMLPictureAdds or replaces a picture in HTML captions.
hWndRetrieves the control's window handle.
ImagesSets the control's handle image list.
ImageSizeRetrieves or sets the size of icons the control displays.
ItemCaptionGets the item's caption giving its index.
ItemCountCounts the items in the collection.
MaskRetrieves or sets a value that indicates the mask used by the editor.
MaskCharRetrieves or sets a value that indicates the character used for masking.
NumericSpecifies whether the editor enables numeric values only.
OptionSpecifies an option for the editor.
PartialCheckRetrieves or sets a value that indicates whether the associated check box has two or three states.
PopupAppearanceRetrieves or sets a value that indicates the popup window's appearance.
ReadOnlyRetrieves or sets a value that indicates whether the control is read-only.
RefreshRefreshes the control.
RemoveButtonRemoves a button given its key.
RemoveItemRemoves the item from editor's list given its value.
ReplaceIconAdds a new icon, replaces an icon or clears the control's image list.
SelBackColorRetrieves or sets a value that indicates the selection background color.
SelForeColorRetrieves or sets a value that indicates the selection foreground color.
ShowImageListSpecifies whether the control's image list window is visible or hidden.
SortItemsSorts the list of items in the editor.
ToolTipDelaySpecifies the time in ms that passes before the ToolTip appears.
ToolTipFontRetrieves or sets the tooltip's font.
ToolTipPopDelaySpecifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control.
ToolTipWidthSpecifies a value that indicates the width of the tooltip window, in pixels.
UseVisualThemeSpecifies whether the control uses the current visual theme to display certain UI parts.
ValueRetrieves or sets the control's value
VersionRetrieves the control's version.
VisualAppearanceRetrieves the control's appearance.