Click or drag to resize
Wizard .NET Library

WizardPageContainerNextButtonShieldEnabled Property

Gets or sets the shield icon on the next button.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
[DefaultValueAttribute(false)]
public bool NextButtonShieldEnabled { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if Next button should display a shield; otherwise, false.
Exceptions
ExceptionCondition
PlatformNotSupportedException Setting a UAF shield on a button only works on Vista and later versions of Windows.
See Also