ComponentOne Xamarin.Android
ExtendSelection Method (C1ClearableEditText)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1ClearableEditText Class : ExtendSelection Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("extendSelection", 
   "(I)V", 
   "GetExtendSelection_IHandler")>
Public Overridable Sub ExtendSelection( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As C1ClearableEditText
Dim index As Integer
 
instance.ExtendSelection(index)
[Android.Runtime.Register("extendSelection", 
   "(I)V", 
   "GetExtendSelection_IHandler")]
public virtual void ExtendSelection( 
   int index
)

Parameters

index
See Also

Reference

C1ClearableEditText Class
C1ClearableEditText Members