Vcl.StdStyleActnCtrls.TStandardStyleActionBars

Delphi
TStandardStyleActionBars = class(TActionBarStyleEx)
C++
class PASCALIMPLEMENTATION TStandardStyleActionBars : public Vcl::Actnmenus::TActionBarStyleEx
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | Vcl.StdStyleActnCtrls.pas Vcl.StdStyleActnCtrls.hpp |
Vcl.StdStyleActnCtrls | Vcl.StdStyleActnCtrls |
説明
アクション バンドの標準スタイルです。
TStandardStyleActionBars インスタンスを使用すると、TActionMainMenuBar などのアクション バンドやアクション バーのルック アンド フィールを変更することができます。 TStandardStyleActionBars は、現在のオペレーティング システムのテーマとは関係なく、標準の Windows 2000 テーマを提供します。
メモ:: アクション バーでこのスタイルを使用するには、アクション バーに関連付けられたアクション マネージャの Style プロパティの値に
Standard
を選択します。