TdxBarPopupMenuLinks.DoAction(TWinControl,HWND,TPoint) Method
Called when a user presses the right mouse button on a control.
Declaration
function DoAction(AControl: TWinControl; Wnd: HWND; const P: TPoint): Boolean;
Parameters
| Name | Type |
|---|---|
| AControl | TWinControl |
| Wnd | HWND |
| P | TPoint |
Returns
| Type |
|---|
| Boolean |
Remarks
If DoAction returns True, then the popup menu was called for the control. Otherwise, DoAction returns False.
See Also