ComponentOne Xamarin.Android
SetText(Int32,BufferType) Method


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class > SetText Method : SetText(Int32,BufferType) Method
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 C1MaskedTextView
Dim resid As Integer
Dim type As Android.Widget.TextView.BufferType
 
instance.SetText(resid, type)
[Android.Runtime.Register("setText", 
   "(ILandroid/widget/TextView$BufferType;)V", 
   "")]
public void SetText( 
   int resid,
   Android.Widget.TextView.BufferType type
)

Parameters

resid
type
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members
Overload List