Kimono.KFind.Find C# (CSharp) 메소드

Find() 공개 메소드

Walk the text fragment (e.g. text-processor line, kspread cell) looking for matches. For each match, emits the highlight() signal and displays the find-again dialog proceeding.
public Find ( ) : KFind.Result
리턴 KFind.Result
        public KFind.Result Find()
        {
            return (KFind.Result) interceptor.Invoke("find", "find()", typeof(KFind.Result));
        }

Same methods

KFind::Find ( string text, Qyoto.QRegExp pattern, int index, long options, int &matchedlength ) : int
KFind::Find ( string text, string pattern, int index, long options, int &matchedlength ) : int