C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / SetFitsSystemWindows Method


In This Topic
SetFitsSystemWindows Method (C1ComboBox)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setFitsSystemWindows", 
   "(Z)V", 
   "GetSetFitsSystemWindows_ZHandler", 
   ApiSince=14)>
Public Overridable Sub SetFitsSystemWindows( _
   ByVal fitSystemWindows As Boolean _
) 
 
'Usage
 
Dim instance As C1ComboBox
Dim fitSystemWindows As Boolean
 
instance.SetFitsSystemWindows(fitSystemWindows)

Parameters

fitSystemWindows
See Also