RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomButton.DropDownMenu Property

Split button drop down menu.

Pascal
property DropDownMenu: TPopupMenu;
C++
__property TPopupMenu DropDownMenu;

When the Style property is bsSplitButton, the button is a Vista style split button with a drop down menu. DropDownMenu specifies the drop down menu for the down arrow button part. The OnDropDownClick event also occurs when the down arrow button part is clicked. 

This is available on Windows Vista only. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!