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 結構。
備註
用來設定 Style、 、 ExStyle和 ClassStyle 屬性的常數定義在 Winuser.h 標頭檔中。 此檔案由 Platform SDK 或 Visual Studio 安裝。