{ "name": "Focus Window 1", "language": 0, "code": "using System;\r\nusing System.Drawing;\r\n\r\npublic static class DisplayFusionFunction\r\n{\r\n\tpublic static void Run(IntPtr windowHandle)\r\n\t{\r\n\t\t// Set part of the window title here\r\n\t\tstring windowTitle = \"Notepad\";\r\n\t\t\r\n\t\t// Focus the window\r\n\t\tBFS.Window.Focus(BFS.Window.GetWindowByText(\"*\" + windowTitle + \"*\"));\r\n\t}\r\n}", "description": "", "references": "System.Core.dll | System.Data.dll | System.dll | System.Drawing.dll | System.Management.dll | System.Web.dll | System.Windows.Forms.dll | System.Xml.dll" }