Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / ImeMode Property


In This Topic
    ImeMode Property (FpScrollBar)
    In This Topic
    Gets or sets the Input Method Editor (IME) mode of the control.
    Syntax
    'Declaration
     
    
    Public Shadows Property ImeMode As ImeMode
    'Usage
     
    
    Dim instance As FpScrollBar
    Dim value As ImeMode
     
    instance.ImeMode = value
     
    value = instance.ImeMode
    public new ImeMode ImeMode {get; set;}

    Property Value

    One of the System.Windows.Forms.ImeMode values. The default is System.Windows.Forms.ImeMode.Inherit.
    Exceptions
    ExceptionDescription
    The assigned value is not one of the System.Windows.Forms.ImeMode enumeration values.
    See Also