Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / Select Method / Select(Boolean) Method
true if selected; false otherwise


In This Topic
    Select(Boolean) Method
    In This Topic
    Activates the control.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub Select( _
       ByVal selected As Boolean _
    ) 
    'Usage
     
    
    Dim instance As ElementControl
    Dim selected As Boolean
     
    instance.Select(selected)
    protected virtual void Select( 
       bool selected
    )

    Parameters

    selected
    true if selected; false otherwise
    See Also