Spread WinForms 15
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)

Parameters

handle
See Also