Vcl.IMouse.TPanningWindow.GetIsPanning
Delphi
function GetIsPanning: Boolean; override;
C++
virtual bool __fastcall GetIsPanning();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Vcl.IMouse.pas Vcl.IMouse.hpp |
Vcl.IMouse | TPanningWindow |
Description
Returns whether the mouse is actively panning or not.
The GetIsPanning method returns True if the mouse is actively panning, False otherwise. GetIsPanning is the getter method for the IsPanning property.