Spread Windows Forms 12.0 Product Documentation
DropDownEnabled Property (MaskEnumerationFieldInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > MaskEnumerationFieldInfo Class : DropDownEnabled Property
Gets or sets a bool value indicates whether the dropdown function is active.
Syntax
'Declaration
 
Public Property DropDownEnabled As Boolean
'Usage
 
Dim instance As MaskEnumerationFieldInfo
Dim value As Boolean
 
instance.DropDownEnabled = value
 
value = instance.DropDownEnabled
public bool DropDownEnabled {get; set;}

Property Value

A bool value, true indicates the dropdown function is active, otherwise, false.
The default is false.
Remarks
The property indicates whether the drop-down window can be drop down or not.
See Also

Reference

MaskEnumerationFieldInfo Class
MaskEnumerationFieldInfo Members