共用方式為


CreateParams.ClassStyle 屬性

定義

取得或設定類別風格值的位元組合。

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

屬性值

類別樣式值的位元組合。

備註

ClassStyleClassName該性質不null屬於 ,則該性質被忽略。

欲了解更多關於建立控制參數的資訊,請參閱 CreateWindow 巨集CreateWindowEx 函式CREATESTRUCT 結構

備註

用來設定 Style、 、 ExStyleClassStyle 屬性的常數定義在 Winuser.h 標頭檔中。 此檔案由 Platform SDK 或 Visual Studio 安裝。

適用於

另請參閱