Vcl.StdCtrls.TButton.DropDownMenu
Delphi
property DropDownMenu: TPopupMenu read FDropDownMenu write SetDropDownMenu;
C++
__property DropDownMenu;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TButton |
Description
Split button drop-down menu. {{#multireplace:Vcl.StdCtrls.TButton.DropDownMenu|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.StdCtrls.TCustomButton.DropDownMenu|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.StdCtrls.TCustomButton.DropDownMenu|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Split button drop-down menu.
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 for Windows Vista, Windows 7, or later Windows operating systems only.