System.Windows.Forms.AccessibleObject.Name Property

Gets or sets the object name.

Syntax

public virtual string Name { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The AccessibleObject.Name property is a string used by clients to identify, find, or announce an object for the user. To access the name of a child object, you must first call AccessibleObject.GetChild(int) with the index of the child whose name you are retrieving.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0