Vcl.RibbonActnCtrls.TRibbonApplicationMenuButton.WMLButtonDblClk

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WMLButtonDblClk(var Message: TWMLButtonDblClk); message WM_LBUTTONDBLCLK;

C++

HIDESBASE MESSAGE void __fastcall WMLButtonDblClk(Winapi::Messages::TWMMouse &Message);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonApplicationMenuButton

Description

Called when the user double-clicks the left mouse button while the cursor is in the client area of a button control.

WMLButtonDblClk is called when the user double-clicks the left mouse button while the cursor is in the client area of a button control. In addition, it closes the parent form of the button.