WS_VISIBLE top-level constant Null safety
The window is initially visible.
This style can be turned on and off by using the ShowWindow or SetWindowPos function.
Implementation
const WS_VISIBLE = 0x10000000;
The window is initially visible.
This style can be turned on and off by using the ShowWindow or SetWindowPos function.
const WS_VISIBLE = 0x10000000;