[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDown.AutoDropDown

AutoDropDown Property

AutoDropDown

Gets or sets a bool value that indicates whether the drop-down window is automatically shown when the control gets focus.

Declaration
[Browsable(true)]
public bool AutoDropDown { get; set; }
<Browsable(True)>
Public Property AutoDropDown As Boolean
Property Value
Type Description
bool

A bool value, true if the drop-down window is automatically shown when the control gets focus; otherwise, false.
The default is false.

Remarks

The drop-down window is automatically shown when both AutoDropDown and AllowDrop are true.