ActiveReports 12
ImeMode Property (GroupEditor)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.GroupEditor Namespace > GroupEditor Class : ImeMode Property
Gets or sets the Input Method Editor (IME) mode of the control.
Syntax
'Declaration
 
Public Property ImeMode As ImeMode
public 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

Reference

GroupEditor Class
GroupEditor Members