
When I set search mode to 'Find' or 'Replace' programmatically, it does not change the focus of 'Quick Find' and 'Quick Replace' button in EditorViewSearch control. It only hides/displays the replace textbox.
EditorSearchView.Mode = ActiproSoftware.Windows.Controls.SyntaxEditor.Primitives.EditorSearchMode.Find;
EditorSearchView.Mode = ActiproSoftware.Windows.Controls.SyntaxEditor.Primitives.EditorSearchMode.Replace;