IsWindowState method

bool IsWindowState(
  1. int flag
)

Implementation

bool IsWindowState(int flag) {
  return _IsWindowState(flag);
}