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

Gets or sets the object name.

[Visual Basic]
Overridable Public Property Name As String
[C#]
public string Name {virtual get; virtual set;}
[C++]
public: __property virtual String* get_Name();
public: __property virtual void set_Name(String*);
[JScript]
public function get Name() : String;
public function set Name(String);

Property Value

The object name.

Remarks

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

See Also

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