CreateParams.ClassStyle Property

Definition

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.

Applies to

See also