ImageGear .NET - Updated November 28, 2017
DoNotSpellCheck Property (ComboBox)




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > ComboBox Class : DoNotSpellCheck Property
Gets or sets a value indicating whether the text entered in the field is spell-checked.
NOTE: ImageGear .NET does not currently adhere to the behavior of this property. It is available for read and write for exporting purposes.
Syntax
'Declaration
 
Public Property DoNotSpellCheck As Boolean
 
'Usage
 
Dim instance As ComboBox
Dim value As Boolean
 
instance.DoNotSpellCheck = value
 
value = instance.DoNotSpellCheck

Property Value

Whether the text entered in the field is spell-checked. This will only be meaningful if both the Combo and Edit flags are set.
See Also

Reference

ComboBox Class
ComboBox Members