ComponentOne Xamarin.Android
GetDrawableState Method (GridCellsPanel)


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

Reference

GridCellsPanel Class
GridCellsPanel Members