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


In This Topic
    InvokeFitsSystemWindows Method (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("The View.fitsSystemWindows() method was REMOVED by Google in API-16. DO NOT USE.")>
    <Android.Runtime.RegisterAttribute("fitsSystemWindows", 
       "()Z", 
       "GetInvokeFitsSystemWindowsHandler", 
       ApiSince=14)>
    Public Overridable Function InvokeFitsSystemWindows() As Boolean
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Boolean
     
    value = instance.InvokeFitsSystemWindows()
    [Obsolete("The View.fitsSystemWindows() method was REMOVED by Google in API-16. DO NOT USE.")]
    [Android.Runtime.Register("fitsSystemWindows", 
       "()Z", 
       "GetInvokeFitsSystemWindowsHandler", 
       ApiSince=14)]
    public virtual bool InvokeFitsSystemWindows()
    See Also