Beispiel #1
0
        protected override void OnHandleCreated(EventArgs e)
        {
            base.OnHandleCreated(e);

            Native.SetParent(this.Handle, Native.HWND_MESSAGE);
            KeyboardShortcutsManager.Create(this.Handle);
            KeyboardShortcutsManager.Instance.KeyboardShortcutPressed += KeyboardShortcutsManager_KeyboardShortcutPressed;

            if (!_startup)
            {
                CreateNewTabbedAnything(Point.Empty);
            }
        }