Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / Select Method


In This Topic
    Select Method (ElementWindowless)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub Select( _
       ByVal selected As Boolean _
    ) 
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim selected As Boolean
     
    instance.Select(selected)
    protected virtual void Select( 
       bool selected
    )

    Parameters

    selected
    See Also