Skip to main content

TdxWizardControlOptionsButtons Class

Contains settings common to all wizard buttons.

Declaration

TdxWizardControlOptionsButtons = class(
    TdxWizardControlCustomPersistent
)

Remarks

This class provides the following members that allow you to:

  • Adjust the height of all wizard buttons simultaneously (Height);

  • Change the default wizard button width (Width);

  • Explicitly disable all wizard buttons or restore their availability states (Enabled);

  • Improve application performance in the case of multiple changes made to common settings of wizard buttons (BeginUpdate and EndUpdate).

Note that the wizard button dimensions scale automatically in response to monitor DPI changes in DPI-aware applications.

The wizard control’s Buttons.Common property references a TdxWizardControlOptionsButtons object.

See Also