Method OnClickMatchWholeWord
OnClickMatchWholeWord()
Handles the event when the "Match Whole Word" option is clicked.
protected virtual void OnClickMatchWholeWord()
Remarks
This method raises the event associated with clicking the "Match Whole Word" option. Override this method in a derived class to provide custom handling for the event.
OnClickMatchWholeWord(object?, EventArgs)
Handles the event when the "Match Whole Word" button is clicked. Toggles the state of the OptionMatchWholeWord option.
protected virtual void OnClickMatchWholeWord(object? sender, EventArgs e)