Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / GetDrawableState Method


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