Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / ImeModeBase Property


In This Topic
    ImeModeBase Property (GeneralEditor)
    In This Topic
    Gets or sets the ime mode base.
    Syntax
    'Declaration
     
    
    Protected Overridable Property ImeModeBase As ImeMode
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As ImeMode
     
    instance.ImeModeBase = value
     
    value = instance.ImeModeBase
    protected virtual ImeMode ImeModeBase {get; set;}
    See Also