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.Description

Gets a description of the object's visual appearance to the user.

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

Property Value

A description of the object's visual appearance to the user.

Remarks

If this property is a null reference (in Visual Basic Nothing) and the accessible object represents a system control, the system control provides the description.

See Also

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