Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / ImeMode Property


In This Topic
ImeMode Property (StyleInfo)
In This Topic
Gets or sets the IME mode of the cell style.
Syntax
'Declaration
 
Public Overridable Property ImeMode As ImeMode
 
'Usage
 
Dim instance As StyleInfo
Dim value As ImeMode
 
instance.ImeMode = value
 
value = instance.ImeMode
See Also