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