TdxWizardControlCustomButtonCollectionItem Properties
A wizard control’s custom button.| Name | Description |
|---|---|
| Caption | Specifies the button caption. |
| Collection | Inherited from TCollectionItem. |
| DisplayName | Inherited from TCollectionItem. |
| Enabled | Specifies whether the custom button is enabled. |
| Focused | Specifies whether the custom button has focus. |
| Glyph | Specifies the button image. |
| GlyphAlignment | Specifies how the button image is positioned relative to the button caption. |
| ID | Inherited from TCollectionItem. |
| ImageIndex | Specifies the button image by its index in the associated image list. |
| Index | Inherited from TCollectionItem. |
| Visible | Switches the button visibility. |
| Width | Specifies the button width in pixels. |
See Also