Vcl.StdCtrls.TButton.OnDropDownClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDropDownClick;

C++

__property OnDropDownClick;

Properties

Type Visibility Source Unit Parent
event published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButton

Description

Down arrow part of a Vista or later style split button is clicked.

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

Down arrow part of a Vista or later style split button is clicked.

OnDropDownClick occurs when the down arrow part of a Vista or later style split button is clicked. This only applies when the button's Style property is bsSplitButton.

This is available for Windows Vista, Windows 7, or later Windows operating systems only.

See Also