Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / Select Method / Select(Boolean) Method
True if selected; otherwise false


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 ElementContainerControl
Dim selected As Boolean
 
instance.Select(selected)

Parameters

selected
True if selected; otherwise false
See Also