Vcl.IMouse.TPanningWindow.GetPanOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPanOptions: TPanOptions; virtual;

C++

virtual TPanOptions __fastcall GetPanOptions();

Properties

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

Description

Returns pan options.

The GetPanOptions method returns the options chosen for panning. GetPanOptions is the getter method for the PanOptions property.

See Also