Vcl.StdCtrls.TButton.DropDownMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DropDownMenu;

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.

Vcl.StdCtrls.TButton.DropDownMenu inherits from Vcl.StdCtrls.TCustomButton.DropDownMenu. All content below this line refers to Vcl.StdCtrls.TCustomButton.DropDownMenu.

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.

See Also