Vcl.IMouse.TPanningWindow.PanOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PanOptions: TPanOptions read GetPanOptions;

C++

__property TPanOptions PanOptions = {read=GetPanOptions, nodefault};

Properties

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

Description

Specifies panning options.

The PanOptions property stores the options chosen for panning. The possible options are poVertical and poHorizontal and can be combined to obtain a panning window with vertical scrolling, horizontal scrolling, both or neither of them.

See Also