Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / spreadImeHelper Class / GetImeSentenceMode Method
The control handle to get


In This Topic
    GetImeSentenceMode Method
    In This Topic
    Gets the ImeSentence mode.
    Syntax
    'Declaration
     
    
    Public Shared Function GetImeSentenceMode( _
       ByVal handle As IntPtr _
    ) As ImeSentenceMode
    'Usage
     
    
    Dim handle As IntPtr
    Dim value As ImeSentenceMode
     
    value = spreadImeHelper.GetImeSentenceMode(handle)
    public static ImeSentenceMode GetImeSentenceMode( 
       IntPtr handle
    )

    Parameters

    handle
    The control handle to get
    See Also