System.WinApi.User32.GetForegroundWindow C# (CSharp) Method

GetForegroundWindow() private method

private GetForegroundWindow ( ) : IntPtr
return IntPtr
        public static extern IntPtr GetForegroundWindow();
    }