[]
        
(Showing Draft Content)

C1.Win.SpellChecker.AutoReplaceEventArgs.-ctor

AutoReplaceEventArgs Constructor

AutoReplaceEventArgs(Control, string, string, int)

Initializes a new instance of an AutoReplaceEventArgs.

Declaration
public AutoReplaceEventArgs(Control control, string found, string replace, int index)
Public Sub New(control As Control, found As String, replace As String, index As Integer)
Parameters
Type Name Description
Control control

Control where the text is being replaced.

string found

String that contains the text about to be replaced.

string replace

String that contains the replacement text.

int index

Position of the found string in the control's text.