TEditEnhButtonDef Object
Properties Methods

Unit
CustomEditEnh

Declaration
TEditEnhButtonDef = class(TPersistent)

Description
This class is provided as an interface to manage the properties relating the button(s) of the TCustomEditEnh control and its derivatives.

Introduced Public Properties
Align  Specify the alignment of the button, if specified.
AutoRepeat  Specify whether you want the button action to automatically repeat if the button is held own (by the mouse or keyboard action).
Enabled  Allows you to disable the button independantly of the control.
ImageDisabled  The index of the image to be displayed when the button is disabled.
ImageIndex  The index of the image to be displayed on the button.
ImageList  Allows you specify an image list from which button glyphs can be specified.
ImagePressed  The index of the image to be displayed when the button is pressed.
Key1  Allows specification of the shortcut key (TShortCut) which will act as a "click" of Button1.
Key2  Allows specification of the shortcut key (TShortCut) which will act as a "click" of Button2.
Key3  Allows specification of the shortcut key (TShortCut) which can be used as a simple way of defining a hotkey in the control.
Size  Specifies the size of the button.
Style  Specifies what sort of button should be displayed or eebNone to not have a button displayed.

Introduced Public Methods
Create
Destroy