Свойство | Тип | Описание | |
---|---|---|---|
m_fInvalidRegExDisplayed | bool | ||
m_matchMsg | string | ||
m_matchNotFoundType | MatchType |
Метод | Описание | |
---|---|---|
ApplyStyle ( |
Exposes the ApplyStyle method
|
|
DummyFwFindReplaceDlg ( ) : System |
|
|
PopulateStyleMenu ( ) : void |
Expose the PopulateStyleMenu method
|
|
PopulateWritingSystemMenu ( ) : void |
Expose the PopulateWritingSystemMenu method
|
|
SimulateFindButtonClick ( ) : void |
|
|
SimulateFindPrevButtonClick ( ) : void |
|
|
SimulateReplaceAllButtonClick ( ) : void |
|
|
SimulateReplaceButtonClick ( ) : void |
|
|
VerifySelection ( int iInstancePara, int iPara, int iInstanceString, int ichAnchor, int ichEnd ) : void |
Verifies that the correct selection was made as the result of the find/replace operation.
|
Метод | Описание | |
---|---|---|
DisplayInvalidRegExMessage ( string errorMessage ) : void |
Displays a message box that the regular expression is invalid.
|
Метод | Описание | |
---|---|---|
OnMatchNotFound ( object sender, string defaultMsg, MatchType matchType ) : bool |
|
public ApplyStyle ( |
||
fwTextBox | The Tss edit control whose selection should have the /// specified style applied to it. | |
sStyle | string | The name of the style to apply |
Результат | void |
protected DisplayInvalidRegExMessage ( string errorMessage ) : void | ||
errorMessage | string | The error message. |
Результат | void |
public PopulateWritingSystemMenu ( ) : void | ||
Результат | void |
public SimulateFindPrevButtonClick ( ) : void | ||
Результат | void |
public SimulateReplaceAllButtonClick ( ) : void | ||
Результат | void |
public SimulateReplaceButtonClick ( ) : void | ||
Результат | void |
public VerifySelection ( int iInstancePara, int iPara, int iInstanceString, int ichAnchor, int ichEnd ) : void | ||
iInstancePara | int | The index of the instance of the paragraph property /// in whose contants the selection was expected. |
iPara | int | The index of the para where the selection was expected. |
iInstanceString | int | The index of the instance of the string property where /// the selection was expected. |
ichAnchor | int | The character offset of the anchor. |
ichEnd | int | The character offset of the end. |
Результат | void |