TdxWizardControlCustomButtonCollectionItem Class
A wizard control’s custom button.
#Declaration
TdxWizardControlCustomButtonCollectionItem = class(
TCollectionItem
)
#Remarks
This class provides the following members that allow you to:
Customize the caption and width of the button (Caption and Width);
Specify the button’s visibility and accessibility to end users (Visible and Enabled);
Focus the button (Focused);
Assign an image and specify its position within the button (Glyph, ImageIndex, and GlyphAlignment);
Handle button clicks and programmatically click the button (OnClick and Click).
A custom button collection accessible via a wizard control’s Buttons.CustomButtons.Buttons property stores TdxWizardControlCustomButtonCollectionItem objects.
Note
Enclose the code that modifies multiple settings that affect all custom buttons between the wizard control’s Buttons.