ComponentOne Xamarin.Android
SetError(String,Drawable) Method


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class > SetError Method : SetError(String,Drawable) Method
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)
public void SetError( 
   string error,
   Android.Graphics.Drawables.Drawable icon
)

Parameters

error
icon
See Also

Reference

C1CheckBox Class
C1CheckBox Members
Overload List