Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / Redraw Property


In This Topic
Redraw Property (DropDownCalendar)
In This Topic
Gets or sets a value that indicates whether the view is refreshed.
Syntax
'Declaration
 
Public Property Redraw As Boolean
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Boolean
 
instance.Redraw = value
 
value = instance.Redraw

Property Value

A bool type that represents the value. The default is true..
Remarks
If this property is set to false, the DropDownCalendar does not refresh, so nothing is shown when the calendar is dropped down.
See Also