PropertyTab::HelpKeyword Property

 

Gets the Help keyword that is to be associated with this tab.

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

public:
property String^ HelpKeyword {
	virtual String^ get();
}

Property Value

Type: System::String^

The Help keyword to be associated with this tab.

By default, this is set to the tab name.

.NET Framework
Available since 1.1
Return to top
Show: