Share via


WizardForm.CanComplete Property

Definition

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.

Applies to