C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / Debug Method


In This Topic
Debug Method (C1CheckBox)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("debug", 
   "(I)V", 
   "GetDebug_IHandler")>
Public Overridable Sub Debug( _
   ByVal depth As Integer _
) 
 
'Usage
 
Dim instance As C1CheckBox
Dim depth As Integer
 
instance.Debug(depth)

Parameters

depth
See Also