TdxWizardControlCustomButtonCollectionItem.Enabled Property
Specifies whether the custom button is enabled.
Declaration
property Enabled: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to False or True to disable or enable an individual custom button. The button is enabled only if both the Enabled and the wizard control’s Buttons.Common.Enabled properties are set to True.
You can change the property value within the control’s OnPageChanging event handler to disable or enable the button when a specific wizard page becomes active.
The Enabled property’s default value is True.
See Also