HwndSourceParameters.WindowClassStyle プロパティ

定義

ウィンドウの Windows クラス スタイルMicrosoftを取得または設定します。

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

プロパティ値

ウィンドウのクラスのスタイル。 詳細については、ウィンドウ クラスのスタイルを参照してください。 既定値は 0 です (ウィンドウ クラス スタイルなし)。

適用対象

こちらもご覧ください