Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetSelection Method / SetSelection(Int32,Int32) Method


In This Topic
    SetSelection(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setSelection", 
       "(II)V", 
       "GetSetSelection_IIHandler")>
    Public Overloads Overridable Sub SetSelection( _
       ByVal start As Integer, _
       ByVal stop As Integer _
    ) 
    'Usage
     
    
    Dim instance As C1TextBox
    Dim start As Integer
    Dim stop As Integer
     
    instance.SetSelection(start, stop)
    [Android.Runtime.Register("setSelection", 
       "(II)V", 
       "GetSetSelection_IIHandler")]
    public virtual void SetSelection( 
       int start,
       int stop
    )

    Parameters

    start
    stop
    See Also