[]
        
(Showing Draft Content)

C1.Win.SpellChecker.BadWordEventArgs.-ctor

BadWordEventArgs Constructor

BadWordEventArgs(Form, Control, CharRange, CharRangeList)

Initializes a new instance of a BadWordEventArgs.

Declaration
public BadWordEventArgs(Form dialog, Control control, CharRange error, CharRangeList errors)
Public Sub New(dialog As Form, control As Control, [error] As CharRange, errors As CharRangeList)
Parameters
Type Name Description
Form dialog

Dialog that raised the event, or null if the event was not raised by a dialog.

Control control

Control being spell-checked.

CharRange error

CharRange that contains the bad word and its position within the text.

CharRangeList errors

CharRangeList that contains all the bad words found in the text.