Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

QueryAccessibilityHelpEventArgs.HelpNamespace Property

Gets or sets a value specifying the name of the Help file.

[Visual Basic]
Public Property HelpNamespace As String
[C#]
public string HelpNamespace {get; set;}
[C++]
public: __property String* get_HelpNamespace();
public: __property void set_HelpNamespace(String*);
[JScript]
public function get HelpNamespace() : String;
public function set HelpNamespace(String);

Property Value

The name of the Help file. This name can be in the form C:\path\sample.chm or/folder/file.htm.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

QueryAccessibilityHelpEventArgs Class | QueryAccessibilityHelpEventArgs Members | System.Windows.Forms Namespace | Help

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.