SW_HIDE top-level constant

  1. @Deprecated('Use SHOW_WINDOW_CMD.SW_HIDE instead')
int const SW_HIDE

Hides the window and activates another window.

Implementation

@Deprecated('Use SHOW_WINDOW_CMD.SW_HIDE instead')
const SW_HIDE = 0;