C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetSelection Method / SetSelection(Int32) Method


In This Topic
SetSelection(Int32) Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setSelection", 
   "(I)V", 
   "GetSetSelection_IHandler")>
Public Overloads Overridable Sub SetSelection( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As C1TextBox
Dim index As Integer
 
instance.SetSelection(index)

Parameters

index
See Also