Control.ControlAccessibleObject.Help Property

Definition

Gets the description of what the object does or how the object is used.

public:
 virtual property System::String ^ Help { System::String ^ get(); };
public override string Help { get; }
public override string? Help { get; }
member this.Help : string
Public Overrides ReadOnly Property Help As String

Property Value

The description of what the object does or how the object is used.

Applies to

See also