C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox 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 C1CheckBox
Dim error As String
Dim icon As Android.Graphics.Drawables.Drawable
 
instance.SetError(error, icon)

Parameters

error
icon
See Also