vcl-cxbuttons-571e8556.md
Enumerates button content display modes.
TcxButtonPaintStyle = (
bpsDefault,
bpsCaption,
bpsGlyph
);
| Name | Description |
|---|---|
bpsDefault |
Default Mode. The button can display both the caption and the glyph (specified using OptionsImage.Glyph or OptionsImage.ImageIndex/OptionsImage.Images).
|
| bpsCaption |
Caption Mode. The button can display only the Caption property value.
|
| bpsGlyph |
Glyph Mode. The button can display only the glyph (specified using OptionsImage.Glyph or OptionsImage.ImageIndex/OptionsImage.Images).
|
The TcxButton component can display a caption and/or a glyph.
The TcxCustomButton.PaintStyle property references the TcxButtonPaintStyle type.
See Also