diff --git a/How-to-focus-the-document-window-in-wpf-dockingmanager-by-programmatically/README.md b/How-to-focus-the-document-window-in-wpf-dockingmanager-by-programmatically/README.md index 2269fa0..71b7b8d 100644 --- a/How-to-focus-the-document-window-in-wpf-dockingmanager-by-programmatically/README.md +++ b/How-to-focus-the-document-window-in-wpf-dockingmanager-by-programmatically/README.md @@ -1,3 +1,5 @@ # How to focus the document window in WPF DockingManager by programmatically? -The document window can be focused using ActivateWindow( ) method of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking). Name of the child element can be passed as an argument of ActivateWindow. \ No newline at end of file +The document window can be focused using ActivateWindow( ) method of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking). Name of the child element can be passed as an argument of ActivateWindow. + +KB article - [How to focus the document window in WPF DockingManager by programmatically?](https://www.syncfusion.com/kb/8232/how-to-focus-the-document-window-in-wpf-dockingmanager-by-programmatically)