Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / spreadImeHelper Class / Disable Method


In This Topic
    Disable Method
    In This Topic
    Disables the specified IME.
    Syntax
    'Declaration
     
    
    Public Shared Sub Disable( _
       ByVal handle As IntPtr _
    ) 
    'Usage
     
    
    Dim handle As IntPtr
     
    spreadImeHelper.Disable(handle)
    public static void Disable( 
       IntPtr handle
    )

    Parameters

    handle
    See Also