NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AccessibleObject.Help

Gets a description of what the object does or how the object is used.

[Visual Basic]
Overridable Public ReadOnly Property Help As String
[C#]
public string Help {virtual get;}
[C++]
public: __property virtual String* get_Help();
[JScript]
public function get Help() : String;

Property Value

A description of what the object does or how the object is used.

See Also

AccessibleObject Class | AccessibleObject Members | System.WinForms Namespace | Bounds | DefaultAction | Description | KeyboardShortcut | Name | Parent | Role | State | Value