InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 String
    public override 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