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()
[Android.Runtime.Register("getCompoundDrawables",
"()[Landroid/graphics/drawable/Drawable;",
"GetGetCompoundDrawablesHandler")]
public virtual Android.Graphics.Drawables.Drawable[] GetCompoundDrawables()
See Also