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


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