InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Accessibility Namespace / ElementAccessibleObject Class / Select Method

In This Topic
    Select Method (ElementAccessibleObject)
    In This Topic
    Modifies the selection or moves the keyboard focus of the accessible object.
    Syntax
    'Declaration
     
    Public Overrides Sub Select( _
       ByVal flags As AccessibleSelection _
    ) 
    public override void Select( 
       AccessibleSelection flags
    )

    Parameters

    flags
    Exceptions
    ExceptionDescription
    The selection cannot be performed.
    See Also