API:Vcl.IMouse.TPanningWindow.GetIsPanning
Delphi
function GetIsPanning: Boolean; override;
C++
virtual bool __fastcall GetIsPanning(void);
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.
Vcl.IMouse.TPanningWindow.GetIsPanning inherits from Vcl.Controls.TCustomPanningWindow.GetIsPanning. All content below this line refers to Vcl.Controls.TCustomPanningWindow.GetIsPanning.
Returns whether the mouse is actively panning.
GetIsPanning returns a Boolean value. True means that the mouse is actively panning; False indicates that no panning is occurring.