Skip to main content

TcxButtonImageOptions Members

Stores image-related button settings.

Constructors

Name Description
Create(TcxCustomButton) Initializes a new instance of the TcxButtonCustomPersistent class with specified settings. Inherited from TcxButtonCustomPersistent.

Properties

Name Description
Glyph Specifies one or more glyphs that the button can display.
ImageIndex Specifies the target image within an associated image list.
Images Specifies an image list as a glyph source for the button.
Layout Specifies the active button content layout.
Margin Specifies the distance between the displayed glyph and the nearest button border (depending on the current Layout property value).
NumGlyphs Specifies the number of glyphs in the source image loaded through the Glyph property.
Spacing Specifies the distance between the displayed glyph and the caption, in pixels.
SVGOptions Provides access to SVG image list settings.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
See Also