Vcl.ComCtrls.TCustomHeaderControl.Style

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

Delphi

property Style: THeaderStyle read FStyle write SetStyle;

C++

__property THeaderStyle Style = {read=FStyle, write=SetStyle, nodefault};

プロパティ

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


説明

ヘッダー コントロールのスタイルを示します。

Style を使用すると、ヘッダー セクションの外観を決定することができます。

Style は、THeaderStyle 型です。

関連項目