Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / ResetImeMode Method


In This Topic
    ResetImeMode Method (Row)
    In This Topic
    Resets the IME mode for the row and makes the row inherit the IME mode from the default row.
    Syntax
    'Declaration
     
    
    Public Sub ResetImeMode() 
    'Usage
     
    
    Dim instance As Row
     
    instance.ResetImeMode()
    public void ResetImeMode()
    See Also