ShowComboButton Property

Returns or sets whether drop-down buttons are shown when editable cells are selected.

Syntax

Public Property ShowComboButton As ShowComboButton

Applies To

Grid Object

Data Type

Enumerated

The following settings are available:

Constant Value Description
Focus 0(Default) The user may initiate the drop-down button by clicking the current cell with the mouse.
Editing 1 The user may initiate the drop-down button by typing into the current cell or by double-clicking it with the mouse
MouseMove 2 The control displays drop-down buttons when the mouse is moved over a editable cell.