SetText(String,BufferType) Method
public void SetText(
string ,
Android.Widget.TextView.BufferType
)
'Declaration
Public Overloads Sub SetText( _
ByVal As String, _
ByVal As Android.Widget.TextView.BufferType _
)
'Usage
Dim instance As C1TextBox
Dim text As String
Dim type As Android.Widget.TextView.BufferType
instance.SetText(text, type)
Parameters
- text
- type