Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / SetText Method / SetText(String,BufferType) Method


In This Topic
    SetText(String,BufferType) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetText( _
       ByVal text As String, _
       ByVal type As Android.Widget.TextView.BufferType _
    ) 
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim text As String
    Dim type As Android.Widget.TextView.BufferType
     
    instance.SetText(text, type)
    public void SetText( 
       string text,
       Android.Widget.TextView.BufferType type
    )

    Parameters

    text
    type
    See Also