Vcl.Tabs.TScroller.ScrollOrientation

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

Delphi

property ScrollOrientation: TScrollOrientation read FScrollOrientation write SetScrollOrientation;

C++

__property TScrollOrientation ScrollOrientation = {read=FScrollOrientation, write=SetScrollOrientation, nodefault};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TScroller

説明

スクロールする方向を指定します。

スクロールする方向を決定するには、ScrollOrientation プロパティを読み取るか、書き込みます。ScrollOrientation に指定できる値は次のいずれかです。



意味

soLeftRight

水平方向にスクロールします。

soUpDown

垂直方向にスクロールします。



関連項目