Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / ImeMode Property


ImeMode Property (FpScrollBar)
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

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