Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IEditorImeSenteceModeSupport Interface / ImeSentenceMode Property


In This Topic
ImeSentenceMode Property (IEditorImeSenteceModeSupport)
In This Topic
Gets and sets IME sentence mode.
Syntax
'Declaration
 
Property ImeSentenceMode As ImeSentenceMode
 
'Usage
 
Dim instance As IEditorImeSenteceModeSupport
Dim value As ImeSentenceMode
 
instance.ImeSentenceMode = value
 
value = instance.ImeSentenceMode
See Also