C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetText Method / SetText(Int32,BufferType) Method


In This Topic
SetText(Int32,BufferType) Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setText", 
   "(ILandroid/widget/TextView$BufferType;)V", 
   "")>
Public Overloads Sub SetText( _
   ByVal resid As Integer, _
   ByVal type As Android.Widget.TextView.BufferType _
) 
 
'Usage
 
Dim instance As C1TextBox
Dim resid As Integer
Dim type As Android.Widget.TextView.BufferType
 
instance.SetText(resid, type)

Parameters

resid
type
See Also