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


In This Topic
ShowZoomButton Property (DropDownCalendar)
In This Topic
Gets or sets a value that indicates whether to show the zoom button on the navigate bar.
Syntax
'Declaration
 
Public Property ShowZoomButton As Boolean
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Boolean
 
instance.ShowZoomButton = value
 
value = instance.ShowZoomButton

Property Value

A bool value, true to show the zoom button on the navigate bar; otherwise, false.
See Also