BaseProperty.HelpContext Property

Definition

The help context to use when the user hits F1. Must specify HelpFile along with this.

public:
 property int HelpContext { int get(); void set(int value); };
public int HelpContext { get; set; }
public int HelpContext { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.HelpContext : int with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.HelpContext : int with get, set
Public Property HelpContext As Integer

Property Value

The Help context to use when the user presses F1.

Attributes

Remarks

This property uses the HelpFile property to display the help context of the specified help file. This field is optional. This form of specifying the help page for a property takes lower precedence than both F1Keyword and HelpUrl.

Applies to