Skip to main content

TdxBarButtonControl.DoDropDown(Boolean) Method

Activates a dropdown window.

Declaration

procedure DoDropDown(AByMouse: Boolean); override;

Parameters

Name Type
AByMouse Boolean

Remarks

This method activates the dropdown menu associated with bsDropDown and bsCheckedDropDown style buttons. ByMouse indicates the means by which the procedure activates. If ByMouse is True, the method has been activated by mouse click. DoDropDown determines the initial coordinates for the dropdown window and passes them to the DoDropDown method.

See Also