Type | Description | |||
FindWhat as String | A String expression that indicates the plain text searching for. | |||
FindOption as HTMLEditFindOptionEnum | A HTMLEditFindOptionEnum expression that determines the options for finding the string. The FindOption can be a bit-wise combination of the HTMLEditFindOptionEnum values. For instance Find("Class", exHTMLEditMatchWholeWordOnly + exHTMLEditMatchCase ) searches for the first match case sensitive of the Class word. ( The CursorPos property determines the current cursor position, where the searching starts ) |