WizardForm.CanComplete Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, gets a value indicating whether the wizard can be completed.
protected:
virtual property bool CanComplete { bool get(); };
protected virtual bool CanComplete { get; }
member this.CanComplete : bool
Protected Overridable ReadOnly Property CanComplete As Boolean
Property Value
true
if the wizard can be completed; otherwise, false
. The default is false
.
Remarks
If the CanComplete property is true
, the Finish button is enabled. When enabled, the Finish button will complete the wizard. This property enables you to create a custom CanComplete property.