Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1ComboBox Class / SelectAll Method / SelectAll() Method


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