CreateParams.ExStyle プロパティ

定義

拡張ウィンドウ スタイル値のビットごとの組み合わせを取得または設定します。

public:
 property int ExStyle { int get(); void set(int value); };
public int ExStyle { get; set; }
member this.ExStyle : int with get, set
Public Property ExStyle As Integer

プロパティ値

Int32

拡張ウィンドウ スタイル値のビットごとの組み合わせ。

注釈

このプロパティは ExStyle 、コントロールに適用する拡張外観と初期状態の値をサポートします。

コントロール パラメーターの作成の詳細については、「 CreateWindow マクロCreateWindowEx 関数、および CREATESTRUCT 構造体」を参照してください。

注意

、およびClassStyleプロパティを設定StyleExStyleするために使用される定数は、Winuser.h ヘッダー ファイルで定義されます。 このファイルは、プラットフォーム SDK またはVisual Studioによってインストールされます。

適用対象

こちらもご覧ください