Vcl.IMouse.TPanningWindow.IsPanning

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsPanning: Boolean read GetIsPanning;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.IMouse.pas
Vcl.IMouse.hpp
Vcl.IMouse TPanningWindow

Description

Returns whether the panning is active or not.

The IsPanning property returns True if the panning window is active, False otherwise.

See Also