Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalStyleInfo Class / ImeMode Property


In This Topic
    ImeMode Property (ConditionalStyleInfo)
    In This Topic
    Gets or sets the IME mode of the cell style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ImeMode As ImeMode
    'Usage
     
    
    Dim instance As ConditionalStyleInfo
    Dim value As ImeMode
     
    value = instance.ImeMode
    public ImeMode ImeMode {get;}
    See Also