Click or drag to resize
Wizard .NET Library

WizardPageContainerPercentComplete Property

Gets how far the wizard has progressed, as a percentage.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
[BrowsableAttribute(false)]
public virtual short PercentComplete { get; }
Request Example View Source

Property Value

Type: Int16
A value between 0 and 100.
See Also