Skip to main content

TcxButtonEdit Class

Represents an edit control with embedded buttons.

Declaration

TcxButtonEdit = class(
    TcxCustomButtonEdit
)

Remarks

The TcxButtonEdit class represents an editor which allows the displaying of a number of buttons within its client area.

The collection of buttons is accessible via the Buttons property of the Properties member. Similar to other ExpressEditors, the TcxButtonEdit class allows managing various attributes (such as text alignment, the mask for entering values, the auto select feature, etc.) via the Properties property.

Use the Style, StyleDisabled, StyleFocused and StyleHot properties to adjust the look & feel of an editor in various control’s states.

See Also