Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SelectAll Method


In This Topic
    SelectAll Method (C1TextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("selectAll", 
       "()V", 
       "GetSelectAllHandler")>
    Public Overridable Sub SelectAll() 
    'Usage
     
    
    Dim instance As C1TextBox
     
    instance.SelectAll()
    [Android.Runtime.Register("selectAll", 
       "()V", 
       "GetSelectAllHandler")]
    public virtual void SelectAll()
    See Also