C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / SetWillNotDraw Method


In This Topic
SetWillNotDraw Method (FlexGrid)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setWillNotDraw", 
   "(Z)V", 
   "GetSetWillNotDraw_ZHandler")>
Public Overridable Sub SetWillNotDraw( _
   ByVal willNotDraw As Boolean _
) 
 
'Usage
 
Dim instance As FlexGrid
Dim willNotDraw As Boolean
 
instance.SetWillNotDraw(willNotDraw)

Parameters

willNotDraw
See Also