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);
The object name.
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.
AccessibleObject Class | AccessibleObject Members | System.WinForms Namespace | Bounds | DefaultAction | Description | Help | KeyboardShortcut | Parent | Role | State | Value