TdxBarCustomButton.DropDown(Boolean) Method
Opens an associated dropdown menu.
Declaration
procedure DropDown(AByMouse: Boolean = False);
Parameters
Name | Type |
---|---|
AByMouse | Boolean |
Remarks
The AByMouse parameter specifies the end-user action that activated the menu. Pass True as this parameter to inform the linked control that the menu was activated with the mouse. False passed as this parameter indicates that the menu was activated using the keyboard.
See Also