CreateParams.ClassStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a bitwise combination of class style values.
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
Property Value
A bitwise combination of the class style values.
Remarks
The ClassStyle property is ignored if the ClassName property is not null
.
For more information about creating control parameters, see CreateWindow macro, CreateWindowEx function, and CREATESTRUCT structure.
Note
The constants used to set the Style, ExStyle, and ClassStyle properties are defined in the Winuser.h header file. This file is installed by the Platform SDK or Visual Studio.