Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1ClearableEditText Class / SetTextKeepState Method / SetTextKeepState(ICharSequence,BufferType) Method


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

    Parameters

    text
    type
    See Also