Support MSWord Search

This commit is contained in:
Rich
2009-03-28 22:29:52 +00:00
parent 7693a9a034
commit fe2cd765f0
2 changed files with 22 additions and 2 deletions

View File

@@ -612,7 +612,9 @@ namespace Volian.Controls.Library
if (_ItemInfo != null)
{
_OpenDocFromSearch = true;
_TabControl.OpenItem(_ItemInfo); // open the corresponding procedure text
DisplayTabItem dti = _TabControl.OpenItem(_ItemInfo); // open the corresponding procedure text
if (dti.MyDSOTabPanel != null)
dti.MyDSOTabPanel.SearchString = this.cbxTextSearchText.Text;
_OpenDocFromSearch = false;
}
}