Spread Windows Forms 12.0 Product Documentation
IsOpen Method


FarPoint.Win Assembly > FarPoint.Win Namespace > spreadImeHelper Class : IsOpen Method
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

Reference

spreadImeHelper Class
spreadImeHelper Members