CollectionEditor::HelpTopic Property

 

Gets the Help keyword to display the Help topic or topic list for when the editor's dialog box Help button or the F1 key is pressed.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

protected:
property String^ HelpTopic {
	virtual String^ get();
}

Property Value

Type: System::String^

The Help keyword to display the Help topic or topic list for when Help is requested from the editor.

Override this property to display a different Help topic.

.NET Framework
Available since 1.1
Return to top
Show: