InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Accessibility Namespace / DropDownAccessibleObject Class / State Property

In This Topic
    State Property (DropDownAccessibleObject)
    In This Topic
    Gets the state of this accessible object.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property State As AccessibleStates
    public override 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