Ejemplo n.º 1
0
        public override void Hide(HideLevel level)
        {
            if (_hWnd.Equals(IntPtr.Zero))
                return;

            // save the current state of the window
            RefreshState();

            //
            ShowWindowAsync(_hWnd, SW_SHOWMINIMIZED);
        }
Ejemplo n.º 2
0
 /// <summary>
 ///     Hides the item from the screen
 /// </summary>
 /// <param name="level"></param>
 public abstract void Hide(HideLevel level);