C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / SelectAll Method


In This Topic
SelectAll Method (C1ComboBox)
In This Topic
Sets the focus to the control and selects all of its contents.
Syntax
'Declaration
 
Public Sub SelectAll() 
 
'Usage
 
Dim instance As C1ComboBox
 
instance.SelectAll()
See Also