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


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

    Parameters

    text
    type
    See Also