TcxCustomButton.PaintStyle Property
#Declaration
property PaintStyle: TcxButtonPaintStyle read; write; default bpsDefault;
#Property Value
Type | Default |
---|---|
Tcx |
bps |
#Remarks
Values include:
Value | Description | Example |
---|---|---|
bps |
Both the caption and glyph are displayed, if assigned. | ![]() |
bps |
Only the caption is displayed, if assigned. | ![]() |
bps |
Only the glyph is displayed, if assigned. | ![]() |
Note
You can handle the On
The default value of the PaintStyle property is bpsDefault.