From f9adedcf8a2f908039277815f1ef1dcd0e7cd2ab Mon Sep 17 00:00:00 2001 From: Lakshmi Priya M <90026429+9629976110@users.noreply.github.com> Date: Thu, 14 Oct 2021 13:22:43 +0530 Subject: [PATCH] Update README.md documentation(DOC-3343): KB link --- .../README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)