ComponentOne Xamarin.Android
GetCompoundDrawables Method (C1MaskedTextView)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView 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 C1MaskedTextView
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

C1MaskedTextView Class
C1MaskedTextView Members