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