C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetTextKeepState Method / SetTextKeepState(String,BufferType) Method


In This Topic
SetTextKeepState(String,BufferType) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Sub SetTextKeepState( _
   ByVal text As String, _
   ByVal type As Android.Widget.TextView.BufferType _
) 
 
'Usage
 
Dim instance As C1TextBox
Dim text As String
Dim type As Android.Widget.TextView.BufferType
 
instance.SetTextKeepState(text, type)

Parameters

text
type
See Also