TTMSFNCToolBarButtonDropDownKind Enumeration
Controls how a button's drop-down area is rendered and activated.
API unit family: TMSFNCToolBar
Members
| Name | Description |
|---|---|
ddkNormal |
Standard button; clicking anywhere opens the drop-down. |
ddkDropDown |
Button with a separate drop-down arrow that opens the popup; the main area fires OnClick. |
ddkDropDownButton |
Button split into a main action area and a small drop-down button rendered as a distinct control. |