Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox 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 C1CheckBox
    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