InfoConnect for Airlines
MisspelledWordCollection Property
Example 


Returns a collection of misspelled words from the current host screen.
Syntax
'Declaration
 
ReadOnly Property MisspelledWordCollection As MisspelledWord()
'Usage
 
Dim instance As ISpellCheck
Dim value() As MisspelledWord
 
value = instance.MisspelledWordCollection
MisspelledWord[] MisspelledWordCollection {get;}
Example

	
See Also