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


In This Topic
WillNotDraw Method (C1ComboBox)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("willNotDraw", 
   "()Z", 
   "GetWillNotDrawHandler")>
Public Overridable Function WillNotDraw() As Boolean
 
'Usage
 
Dim instance As C1ComboBox
Dim value As Boolean
 
value = instance.WillNotDraw()
See Also