TcxCustomGridCellViewInfo.MouseDown(TcxCustomGridHitTest,TMouseButton,TShiftState) Method
Declaration
function MouseDown(AHitTest: TcxCustomGridHitTest; AButton: TMouseButton; AShift: TShiftState): Boolean; virtual;
Parameters
| Name | Type |
|---|---|
| AHitTest | TcxCustomGridHitTest |
| AButton | TMouseButton |
| AShift | TShiftState |
Returns
| Type |
|---|
| Boolean |
See Also