HwndSourceParameters.ExtendedWindowStyle Property

Definition

Gets or sets the extended Microsoft Windows styles for the window.

public:
 property int ExtendedWindowStyle { int get(); void set(int value); };
public int ExtendedWindowStyle { get; set; }
member this.ExtendedWindowStyle : int with get, set
Public Property ExtendedWindowStyle As Integer

Property Value

The extended window styles. See CreateWindowEx for a list of these styles. The default is 0 (no extended window styles).

Applies to

See also