C1.Win.4.8 Assembly / C1.Framework.Accessibility Namespace / ElementAccessibleObject Class / Name Property

Name Property (ElementAccessibleObject)
Gets or sets the object name.
Syntax
'Declaration
 
Public Overrides Property Name As String
 

Property Value

The object name, or a null reference (Nothing in Visual Basic) if the property has not been set.
Exceptions
ExceptionDescription
The name of the control cannot be retrieved or set.
See Also