C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / SetTextKeepState Method / SetTextKeepState(ICharSequence) Method


In This Topic
SetTextKeepState(ICharSequence) Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setTextKeepState", 
   "(Ljava/lang/CharSequence;)V", 
   "")>
Public Overloads Sub SetTextKeepState( _
   ByVal text As Java.Lang.ICharSequence _
) 
 
'Usage
 
Dim instance As C1MaskedTextView
Dim text As Java.Lang.ICharSequence
 
instance.SetTextKeepState(text)

Parameters

text
See Also