API:Vcl.IMouse.TPanningWindow.StopPanning
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.