HelpProvider.GetHelpKeyword(Control) Method

Definition

Returns the Help keyword for the specified control.

public:
 virtual System::String ^ GetHelpKeyword(System::Windows::Forms::Control ^ ctl);
public virtual string GetHelpKeyword (System.Windows.Forms.Control ctl);
public virtual string? GetHelpKeyword (System.Windows.Forms.Control ctl);
abstract member GetHelpKeyword : System.Windows.Forms.Control -> string
override this.GetHelpKeyword : System.Windows.Forms.Control -> string
Public Overridable Function GetHelpKeyword (ctl As Control) As String

Parameters

ctl
Control

A Control from which to retrieve the Help topic.

Returns

The Help keyword associated with this control, or null if the HelpProvider is currently configured to display the entire Help file or is configured to provide a Help string.

Applies to

See also