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

属性值

扩展窗口样式值的按位组合。

注解

属性 ExStyle 支持应用于控件的扩展外观和初始状态值。

有关创建控件参数的详细信息,请参阅 CreateWindow 宏CreateWindowEx 函数CREATESTRUCT 结构

注意

用于设置 、 ExStyleClassStyle 属性的Style常量在 Winuser.h 头文件中定义。 此文件由平台 SDK 或 Visual Studio 安装。

适用于

另请参阅