'Declaration Public Property CanFinish As Nullable(Of Boolean)
'Usage Dim instance As WizardPage Dim value As Nullable(Of Boolean) instance.CanFinish = value value = instance.CanFinish
public Nullable<bool> CanFinish {get; set;}
Property Value
true if the Finish button is enabled for this WindowPage; false if the button is disabled. If null, the value of the CanFinish property of the containing Wizard will be used.