WizardForm.CanShowHelp 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.
Gets a value indicating whether the user can view the Help file.
protected:
virtual property bool CanShowHelp { bool get(); };
protected override bool CanShowHelp { get; }
member this.CanShowHelp : bool
Protected Overrides ReadOnly Property CanShowHelp As Boolean
Property Value
true
if the user can view the Help file; otherwise, false
.
Remarks
Implementers should check this property in the ShowHelp method to ensure that the user can view the Help file. This property enables you to create a custom CanShowHelp property.