Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateMonthFieldInfo Class / DropDownEnabled Property


In This Topic
    DropDownEnabled Property (DateMonthFieldInfo)
    In This Topic
    Gets or sets a bool value that indicates whether the drop-down function is active.
    Syntax
    'Declaration
     
    
    Public Overridable Property DropDownEnabled As Boolean
    'Usage
     
    
    Dim instance As DateMonthFieldInfo
    Dim value As Boolean
     
    instance.DropDownEnabled = value
     
    value = instance.DropDownEnabled
    public virtual bool DropDownEnabled {get; set;}

    Property Value

    A bool value, true indicates the drop-down function is active; otherwise, false.
    Remarks
    This property indicates whether the drop-down window can drop down.
    See Also