Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / IsImeModeSet Method


In This Topic
    IsImeModeSet Method (StyleInfo)
    In This Topic
    Gets whether IME mode is on (ImeMode property set) for a cell.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsImeModeSet() As Boolean
    'Usage
     
    
    Dim instance As StyleInfo
    Dim value As Boolean
     
    value = instance.IsImeModeSet()
    public virtual bool IsImeModeSet()
    See Also