Share via


NativeMethods.WS_EX_CLIENTEDGE Field

Definition

Specifies that a window has a border with a sunken edge.

public: int WS_EX_CLIENTEDGE = 512;
public const int WS_EX_CLIENTEDGE = 512;
val mutable WS_EX_CLIENTEDGE : int
Public Const WS_EX_CLIENTEDGE As Integer  = 512

Field Value

Value = 512

Applies to