Syntax
'Declaration
<Android.Runtime.RegisterAttribute("getDrawableState",
"()[I",
"")>
Public Function GetDrawableState() As Integer()
'Usage
Dim instance As GridBase
Dim value() As Integer
value = instance.GetDrawableState()
[Android.Runtime.Register("getDrawableState",
"()[I",
"")]
public int[] GetDrawableState()
See Also