public bool Search(string forString, bool forward, bool caseSensitive, bool wrap) { return(wb.SearchText(forString, caseSensitive, forward, wrap)); }