ComponentOne Xamarin.Android
SetTextKeepState(ICharSequence) Method


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class > SetTextKeepState Method : SetTextKeepState(ICharSequence) Method
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)
[Android.Runtime.Register("setTextKeepState", 
   "(Ljava/lang/CharSequence;)V", 
   "")]
public void SetTextKeepState( 
   Java.Lang.ICharSequence text
)

Parameters

text
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members
Overload List