FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / ImeSentenceMode Property


In This Topic
ImeSentenceMode Property (NamedStyle)
In This Topic
Gets or sets the IME sentence mode for the style.
Syntax
'Declaration
 
Public Overrides Property ImeSentenceMode As ImeSentenceMode
 
'Usage
 
Dim instance As NamedStyle
Dim value As ImeSentenceMode
 
instance.ImeSentenceMode = value
 
value = instance.ImeSentenceMode
See Also