Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidation Class / IMEMode Property


In This Topic
IMEMode Property (DataValidation)
In This Topic
Gets or sets the IME (input method editor) mode enforced by this data validation.
Syntax
'Declaration
 
Public Property IMEMode As ImeMode
 
'Usage
 
Dim instance As DataValidation
Dim value As ImeMode
 
instance.IMEMode = value
 
value = instance.IMEMode

Property Value

A ImeMode value represents the IME (input method editor) mode enforced by this data validation.
See Also