Version

SpellCheckingEventArgs Class Members

The following tables list the members exposed by SpellCheckingEventArgs.

Public Constructors
 NameDescription
Public ConstructorSpellCheckingEventArgs ConstructorCreates a new SpellCheckingEventArgs instance.  
Public Properties
 NameDescription
Public PropertyCancelGets or sets whether or not to cancel the spell checking of an object.  
Public PropertyLengthGets the length of the spell checked text portion. (Inherited from Infragistics.Win.UltraWinSpellChecker.SpellCheckTextEventArgs)
Public PropertyOffsetGets the offset in the SpellCheckTextEventArgs.Text where the spell checked text portion begins. (Inherited from Infragistics.Win.UltraWinSpellChecker.SpellCheckTextEventArgs)
Public PropertySpellCheckTargetGets the object which was spell checked. (Inherited from Infragistics.Win.UltraWinSpellChecker.SpellCheckTargetEventArgs)
Public PropertyTextGets the full text of the target being spell checked. (Inherited from Infragistics.Win.UltraWinSpellChecker.SpellCheckTextEventArgs)
See Also