[]
Specifies how to display buttons in cells for button and combo box cell types.
[Flags]
public enum ButtonDrawModes
<Flags>
Public Enum ButtonDrawModes
| Name | Description |
|---|---|
| Always | [0] Always displays buttons |
| AlwaysEditButtons | [32] Always displays buttons for edit cells |
| AlwaysPrimaryButton | [8] Always displays buttons for button cells |
| AlwaysSecondaryButton | [16] Always displays buttons for combo box cells |
| CurrentCell | [1] Displays buttons only in the current cell |
| CurrentColumn | [2] Displays buttons only in the current column |
| CurrentRow | [4] Displays buttons only in the current row |