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

属性值

Int32

类样式值的按位组合。

注解

如果该ClassName属性不是 null,则ClassStyle忽略该属性。

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

备注

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

适用于

另请参阅