Vcl.Controls.TMouse.DragThreshold
Delphi
property DragThreshold: Integer read FDragThreshold write FDragThreshold default 5;
C++
__property int DragThreshold = {read=FDragThreshold, write=FDragThreshold, default=5};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TMouse |
説明
ドラッグ操作を生じさせるために,マウスの左ボタンが移動しなければならないピクセル数を指定します。
DragThreshold プロパティを使用すると,ドラッグ操作を開始するために,マウスの左ボタンが押されたままでマウスカーソルが移動しなければならないピクセル数を指定できます。DragImmediate プロパティが false の場合には,DragThreshold プロパティだけが有効です。
メモ: DragThreshold プロパティは 0 以上でなければなりません。負の値は 0 として処理されます。