API:Vcl.IMouse.TPanningWindow.StopPanning

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StopPanning; override;

C++

virtual void __fastcall StopPanning();

Properties

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

Description

Tells the panning window to stop the panning operation.

Vcl.IMouse.TPanningWindow.StopPanning inherits from Vcl.Controls.TCustomPanningWindow.StopPanning. All content below this line refers to Vcl.Controls.TCustomPanningWindow.StopPanning.

Tells the panning window to stop the panning operation.

Add this method to your code where you want the panning window to stop the panning operation.