Indicates if the specified mouse button is a mouse down event used in the control.
Source position: grids.pas line 1126
protected function TCustomGrid.MouseButtonAllowed( |
Button: TMouseButton |
):Boolean; virtual; |
Button |
|
TMouseButton value examined in the method. |
True if the specified mouse button is valid for the grid control.
Called from the MouseDown method to ignore Right mouse clicks at design-time.