Appccelerate.Windows.ApplicationHelper.NativeMethods.SwitchToThisWindow C# (CSharp) Method

SwitchToThisWindow() private method

private SwitchToThisWindow ( IntPtr windowHandle, bool altTab ) : void
windowHandle System.IntPtr
altTab bool
return void
            internal static extern void SwitchToThisWindow(IntPtr windowHandle, bool altTab);