ComponentOne Xamarin.Android
SetSelection(Int32) Method


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class > SetSelection Method : SetSelection(Int32) Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setSelection", 
   "(I)V", 
   "GetSetSelection_IHandler")>
Public Overloads Overridable Sub SetSelection( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As C1MaskedTextView
Dim index As Integer
 
instance.SetSelection(index)
[Android.Runtime.Register("setSelection", 
   "(I)V", 
   "GetSetSelection_IHandler")]
public virtual void SetSelection( 
   int index
)

Parameters

index
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members
Overload List