RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBoxEx.WMLButtonDown Method

Responds when the user clicks the left mouse button on the combo box.

Pascal
procedure WMLButtonDown(var Message: TWMLButtonDown); message WM_LBUTTONDOWN;
C++
__fastcall WMLButtonDown(TWMLButtonDown Message);

WMLButtonDown is called automatically in response to Windows messages that the user clicked the left mouse button over the combo box. This method handles the details of starting drag operations when the DragMode property is dmAutomatic. 

Message represents the parameters of the Windows message that informs the combo box of the left mouse click. 

 

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