Spread Windows Forms 12.0 Product Documentation
DropDownEnabled Property (DateMonthFieldInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateMonthFieldInfo Class : DropDownEnabled Property
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

Reference

DateMonthFieldInfo Class
DateMonthFieldInfo Members