ComponentOne Xamarin.Android
GetCompoundDrawables Method (C1CheckBox)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class : GetCompoundDrawables Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getCompoundDrawables", 
   "()[Landroid/graphics/drawable/Drawable;", 
   "GetGetCompoundDrawablesHandler")>
Public Overridable Function GetCompoundDrawables() As Android.Graphics.Drawables.Drawable()
'Usage
 
Dim instance As C1CheckBox
Dim value() As Android.Graphics.Drawables.Drawable
 
value = instance.GetCompoundDrawables()
[Android.Runtime.Register("getCompoundDrawables", 
   "()[Landroid/graphics/drawable/Drawable;", 
   "GetGetCompoundDrawablesHandler")]
public virtual Android.Graphics.Drawables.Drawable[] GetCompoundDrawables()
See Also

Reference

C1CheckBox Class
C1CheckBox Members