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 CalendarMonthsPanel
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