ShowZoomButton Property (DropDownCalendarInfo)
Gets or sets a value that indicates whether to show the zoom button on the navigate bar.
public bool ShowZoomButton {get; set;}
'Declaration
Public Property ShowZoomButton As Boolean
'Usage
Dim instance As DropDownCalendarInfo
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.