API:Vcl.ExtCtrls.TCustomColorBox.SetStyle

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

Delphi

procedure SetStyle(AStyle: TColorBoxStyle); reintroduce;

C++

HIDESBASE void __fastcall SetStyle(TColorBoxStyle AStyle);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomColorBox

説明

Style プロパティと ControlStyle プロパティを設定します。

Vcl.ExtCtrls.TCustomColorBox.SetStyle は Vcl.StdCtrls.TCustomComboBox.SetStyle を継承しています。以下の内容はすべて Vcl.StdCtrls.TCustomComboBox.SetStyle を参照しています。

Style プロパティと ControlStyle プロパティを設定します。

SetStyle メソッドは Style プロパティのプロテクトメソッドです。SetStyle をオーバーライドすると Style プロパティの実装を変更できます。

関連項目