Support MSWord Search
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user