TcxEditButtonStyle Enum
Represents the button style of an edit control.
#Declaration
TcxEditButtonStyle = (
btsDefault,
bts3D,
btsFlat,
btsSimple,
btsHotFlat,
btsUltraFlat,
btsOffice11
);
#Members
Name |
---|
bts
|
bts3D
|
bts
|
bts
|
bts
|
bts
|
bts
|
#Remarks
The TcxEditButtonStyle type enumerates button styles set via the TcxCustomEditStyle.ButtonStyle property.
Value | Meaning |
---|---|
bts | The button style is determined by the border style of the editor which is set via the Tcx |
bts3D | A button appears three-dimensional. It is not highlighted when the mouse cursor is positioned over it. The following image demonstrates the Tcx |
bts | A button appears flat with a slight three-dimensional effect. It is not highlighted when the mouse cursor is positioned over it. The following image demonstrates the Tcx |
bts | A button normally appears without borders. It is displayed with the bts The following images demonstrate the Tcx |
bts | A button appears flat with a thin border. It is highlighted when the mouse cursor is positioned over it. The following images demonstrate the Tcx |
bts | A button has an Office XP style. It appears flat without borders and is highlighted when the mouse cursor is positioned over it. The following images demonstrate the Tcx |
bts | A button has an Office 2003 style. It appears flat without borders and is highlighted when the mouse cursor is positioned over it. The following images demonstrate the Tcx |