CreateParams.ExStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定延伸視窗樣式值的位元組合。
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
屬性值
延伸視窗樣式值的位元組合。
備註
屬性 ExStyle 支援套用至 控制項的延伸外觀和初始狀態值。
如需建立控制項參數的詳細資訊,請參閱 CreateWindow 宏、 CreateWindowEx 函式和 CREATESTRUCT 結構。
注意
用來設定 、 ExStyle 和 ClassStyle 屬性的 Style 常數定義于 Winuser.h 標頭檔中。 此檔案是由 Platform SDK 或 Visual Studio 安裝。