findWindowByClass

Searches for a window with the specified class name and returns the native window handle to it.

  1. NativeWindowHandle findWindowByClass(string className)
    NativeWindowHandle
    findWindowByClass
    (
    string className
    )
  2. NativeWindowHandle findWindowByClass(LPCTSTR className)

Parameters

className string

the class name to check the window for, case-insensitive.

Meta