TreeView for WinForms | ComponentOne
C1.Framework.Accessibility Namespace / ElementAccessibleObject Class / Select Method
One of the System.Windows.Forms.AccessibleSelection values.

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
    One of the System.Windows.Forms.AccessibleSelection values.
    Exceptions
    ExceptionDescription
    The selection cannot be performed.
    See Also