ComponentOne Xamarin.Android
SetTextKeepState(String,BufferType) Method


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class > SetTextKeepState Method : SetTextKeepState(String,BufferType) Method
Syntax
'Declaration
 
Public Overloads Sub SetTextKeepState( _
   ByVal text As String, _
   ByVal type As Android.Widget.TextView.BufferType _
) 
'Usage
 
Dim instance As C1MaskedTextView
Dim text As String
Dim type As Android.Widget.TextView.BufferType
 
instance.SetTextKeepState(text, type)
public void SetTextKeepState( 
   string text,
   Android.Widget.TextView.BufferType type
)

Parameters

text
type
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members
Overload List