HelpProvider::GetHelpKeyword Method (Control^)

 

Returns the Help keyword for the specified control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual String^ GetHelpKeyword(
	Control^ ctl
)

Parameters

ctl
Type: System.Windows.Forms::Control^

A Control from which to retrieve the Help topic.

Return Value

Type: System::String^

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.

.NET Framework
Available since 1.1
Return to top
Show: