Vcl.Controls.TDragObject.RightClickCancels
Delphi
property RightClickCancels: Boolean read FRightClickCancels write FRightClickCancels;
C++
__property bool RightClickCancels = {read=FRightClickCancels, write=FRightClickCancels, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TDragObject |
Description
Specifies whether the drag operation is canceled when the right mouse button is clicked.
RightClickCancels specifies whether the drag operation is canceled when the right mouse button is clicked.