HelpProvider::GetHelpNavigator Method (Control^)

 

Returns the current HelpNavigator setting for the specified control.

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

public:
virtual HelpNavigator GetHelpNavigator(
	Control^ ctl
)

Parameters

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

A Control from which to retrieve the Help navigator.

Return Value

Type: System.Windows.Forms::HelpNavigator

The HelpNavigator setting for the specified control. The default is AssociateIndex.

.NET Framework
Available since 1.1
Return to top
Show: