Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarButtonControl.DoDropDown(Boolean) Method

Activates a dropdown window.

#Declaration

Delphi
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