Vcl.IMouse.TPanningWindow.IsPanning

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property IsPanning: Boolean read GetIsPanning;

C++

__property bool IsPanning = {read=GetIsPanning, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.IMouse.pas
Vcl.IMouse.hpp
Vcl.IMouse TPanningWindow

説明

パンがアクティブかどうかを返します。

IsPanning プロパティは、パン ウィンドウがアクティブな場合に True を返し、そうでない場合は False を返します。

関連項目