Click or drag to resize

SpellCheckCompletedEventArgs Properties

The SpellCheckCompletedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the IBrowser instance associated with the event.
(Inherited from BrowserEventArgs.)
Public propertyCheckedText
Gets the text that has been checked by the spell checker.
Public propertyFrame
Gets the IFrame instance associated with the event.
(Inherited from FrameEventArgs.)
Public propertyResults
Gets the collection of the spell checking results.
Top
See Also