WS_VISIBLE top-level constant

  1. @Deprecated('Use WINDOW_STYLE.WS_VISIBLE instead')
int const WS_VISIBLE

The window is initially visible.

This style can be turned on and off by using the ShowWindow or SetWindowPos function.

Implementation

@Deprecated('Use WINDOW_STYLE.WS_VISIBLE instead')
const WS_VISIBLE = 0x10000000;