Share via


WizardForm.CanShowHelp Property

Definition

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.

Applies to