ComponentOne Xamarin.Android
GetDrawableState Method (C1DropDown)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : GetDrawableState Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getDrawableState", 
   "()[I", 
   "")>
Public Function GetDrawableState() As Integer()
'Usage
 
Dim instance As C1DropDown
Dim value() As Integer
 
value = instance.GetDrawableState()
[Android.Runtime.Register("getDrawableState", 
   "()[I", 
   "")]
public int[] GetDrawableState()
See Also

Reference

C1DropDown Class
C1DropDown Members