Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendarInfo Class / ShowZoomButton Property


In This Topic
    ShowZoomButton Property (DropDownCalendarInfo)
    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 DropDownCalendarInfo
    Dim value As Boolean
     
    instance.ShowZoomButton = value
     
    value = instance.ShowZoomButton
    public bool ShowZoomButton {get; set;}

    Property Value

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