C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / GetDrawableState Method


In This Topic
GetDrawableState Method (C1ComboBox)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getDrawableState", 
   "()[I", 
   "")>
Public Function GetDrawableState() As Integer()
 
'Usage
 
Dim instance As C1ComboBox
Dim value() As Integer
 
value = instance.GetDrawableState()
See Also