Vcl.Controls.TMouse.PanningWindow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PanningWindow: TCustomPanningWindow read FPanningWindow write SetPanningWindow;

C++

__property TCustomPanningWindow* PanningWindow = {read=FPanningWindow, write=SetPanningWindow};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TMouse

Description

Returns a reference to the active panning window. .

Add this property to your code to return a reference to the active panning window.