Vcl.IMouse.TPanningWindow.PanOptions

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property PanOptions: TPanOptions read GetPanOptions;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.IMouse.pas
Vcl.IMouse.hpp
Vcl.IMouse TPanningWindow

説明

パンのオプションを指定します。

PanOptions プロパティは、パン操作に対して選択されたオプションを格納します。 オプションは poVertical と poHorizontal が使用可能で、これらの組み合わせでパン ウィンドウを垂直方向や水平方向にスクロールしたり、どちらにもスクロールしないように設定できます。

関連項目