C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / GetCompoundDrawables Method


In This Topic
GetCompoundDrawables Method (C1TextBox)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getCompoundDrawables", 
   "()[Landroid/graphics/drawable/Drawable;", 
   "GetGetCompoundDrawablesHandler")>
Public Overridable Function GetCompoundDrawables() As Android.Graphics.Drawables.Drawable()
 
'Usage
 
Dim instance As C1TextBox
Dim value() As Android.Graphics.Drawables.Drawable
 
value = instance.GetCompoundDrawables()
See Also