Spread Windows Forms 15.0
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
    ImeSentenceMode ImeSentenceMode {get; set;}
    See Also