ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework.Accessibility Namespace / ElementAccessibleObject Class / Name Property

In This Topic
    Name Property (ElementAccessibleObject)
    In This Topic
    Gets or sets the object name.
    Syntax
    'Declaration
     
    Public Overrides Property Name As System.String
    public override System.string Name {get; set;}

    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