WS_EX_NOINHERITLAYOUT top-level constant Null safety
The window does not pass its window layout to its child windows.
Implementation
const WS_EX_NOINHERITLAYOUT = 0x00100000;
The window does not pass its window layout to its child windows.
const WS_EX_NOINHERITLAYOUT = 0x00100000;