Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / spreadImeHelper Class / IsOpen Method


In This Topic
    IsOpen Method
    In This Topic
    Returns a value that indicates whether the specified IME is open.
    Syntax
    'Declaration
     
    
    Public Shared Function IsOpen( _
       ByVal handle As IntPtr _
    ) As Boolean
    'Usage
     
    
    Dim handle As IntPtr
    Dim value As Boolean
     
    value = spreadImeHelper.IsOpen(handle)
    public static bool IsOpen( 
       IntPtr handle
    )

    Parameters

    handle
    See Also