Skip to main content
A newer version of this page is available.

ScrollBarBase.ImeMode Property

Gets or sets the Input Method Editor(IME) mode supported by this control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public ImeMode ImeMode { get; set; }

Property Value

Type Description
ImeMode

A ImeMode enumeration member specifying the Input Method Editor (IME) status of an object when the object is selected.

See Also