findWindowByClass

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

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

Parameters

className LPCTSTR

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

Meta