Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetText Method / SetText(ICharSequence,BufferType) Method


In This Topic
    SetText(ICharSequence,BufferType) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setText", 
       "(Ljava/lang/CharSequence;Landroid/widget/TextView$BufferType;)V", 
       "GetSetText_Ljava_lang_CharSequence_Landroid_widget_TextView_BufferType_Handler")>
    Public Overloads Overridable Sub SetText( _
       ByVal text As Java.Lang.ICharSequence, _
       ByVal type As Android.Widget.TextView.BufferType _
    ) 
    'Usage
     
    
    Dim instance As C1TextBox
    Dim text As Java.Lang.ICharSequence
    Dim type As Android.Widget.TextView.BufferType
     
    instance.SetText(text, type)
    [Android.Runtime.Register("setText", 
       "(Ljava/lang/CharSequence;Landroid/widget/TextView$BufferType;)V", 
       "GetSetText_Ljava_lang_CharSequence_Landroid_widget_TextView_BufferType_Handler")]
    public virtual void SetText( 
       Java.Lang.ICharSequence text,
       Android.Widget.TextView.BufferType type
    )

    Parameters

    text
    type
    See Also