Skip to main content

TdxWizardControlCustomButton.Buttons Property

Provides access to the wizard control’s button collection.

Declaration

property Buttons: TdxWizardControlButtons read;

Property Value

Type
TdxWizardControlButtons

Remarks

You can use the Buttons.Common property set to adjust dimensions of all wizard control buttons at once. Refer to the TdxWizardControlButtons class description for detailed information on all available options.

See Also