SetWillNotDraw Method (CalendarSlotsPanel<S>)
In This Topic
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("setWillNotDraw",
"(Z)V",
"GetSetWillNotDraw_ZHandler")>
Public Overridable Sub SetWillNotDraw( _
ByVal As Boolean _
)
'Usage
Dim instance As CalendarSlotsPanel(Of S)
Dim willNotDraw As Boolean
instance.SetWillNotDraw(willNotDraw)
[Android.Runtime.Register("setWillNotDraw",
"(Z)V",
"GetSetWillNotDraw_ZHandler")]
public virtual void SetWillNotDraw(
bool
)
Parameters
- willNotDraw
See Also