CreateParams.ExStyle Property

Definition

Gets or sets a bitwise combination of extended window style values.

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

Property Value

A bitwise combination of the extended window style values.

Remarks

The ExStyle property supports extended appearance and initial state values to apply to the control.

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