This commit is contained in:
Kathy Ruffing 2011-03-07 13:14:19 +00:00
parent 47860da240
commit 03a7198e62

View File

@ -1731,6 +1731,7 @@ namespace Volian.Controls.Library
public abstract DialogResult ReplaceText(string rpltxt, string fndstr, bool caseSensitive, bool matchWholeWord, bool reverse, bool prompt, IWin32Window fndrpldlg);
public abstract bool FindText(string str, bool caseSensitive, bool matchWholeWord, bool reverse);
public abstract void PositionToEnd();
public abstract void PositionToStart();
public abstract string SelectedTextForFind { get;}
public abstract bool SpellCheckNext();
public abstract void IdentifyMe(bool highlight);