BrowserTools.Utils.IsStartButton C# (CSharp) Метод

IsStartButton() статический приватный Метод

static private IsStartButton ( IntPtr hWnd ) : bool
hWnd System.IntPtr
Результат bool
        static bool IsStartButton(IntPtr hWnd)
        {
            return GetClassName(hWnd) == START_BUTTON_CLASS && GetWindowTitle(hWnd) == START_BUTTON_TITLE;
        }