SetWindowState method

void SetWindowState(
  1. int flags
)

Implementation

void SetWindowState(int flags) {
  return _SetWindowState(flags);
}