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

In This Topic
    State Property (ElementAccessibleObject)
    In This Topic
    Gets the state of this accessible object.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property State As System.Windows.Forms.AccessibleStates
    public override System.Windows.Forms.AccessibleStates State {get;}

    Property Value

    One of the System.Windows.Forms.AccessibleStates values, or System.Windows.Forms.AccessibleStates.None, if no state has been set.
    See Also