Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetError Method / SetError(String,Drawable) Method


In This Topic
    SetError(String,Drawable) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetError( _
       ByVal error As String, _
       ByVal icon As Android.Graphics.Drawables.Drawable _
    ) 
    'Usage
     
    
    Dim instance As C1TextBox
    Dim error As String
    Dim icon As Android.Graphics.Drawables.Drawable
     
    instance.SetError(error, icon)
    public void SetError( 
       string error,
       Android.Graphics.Drawables.Drawable icon
    )

    Parameters

    error
    icon
    See Also