Пример #1
0
        /**
         * Function: ShowTitlebar
         *
         * Control: Editor
         *
         * Event: Loaded
         *
         * Shows the titlebar. Prevents a Z-Index overlap.
         *
         * Author: wellinthatcase
         *
         * Date: 12/25/2020
         *
         * Parameters:
         * sender -    Source of the event.
         * e -         Routed event information.
         */

        private void ShowTitlebar(object sender, RoutedEventArgs e) => TitleBar.BringIntoView();