/// <summary> /// Updates the window title for the host container. /// </summary> /// <param name="title">Text to apply to window title.</param> public void SetWindowTitle(string title) { host.SetWindowTitle(title); }