This documentation is archived and is not being maintained.
CollectionEditor.HelpTopic Property
.NET Framework 1.1
Gets the Help keyword to display the Help topic or topic list for when the editor's dialog Help button or the F1 key is pressed.
[Visual Basic] Protected Overridable ReadOnly Property HelpTopic As String [C#] protected virtual string HelpTopic {get;} [C++] protected: __property virtual String* get_HelpTopic(); [JScript] protected function get HelpTopic() : String;
Property Value
The Help keyword to display the Help topic or topic list for when Help is requested from the editor.
Remarks
Override this property to display a different Help topic.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace
Show: