Spread Windows Forms 7.0 Product Documentation
ImeMode Property
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : ImeMode Property


Glossary Item Box

Gets or sets the Input Method Editor (IME) mode of the control.

Syntax

Visual Basic (Declaration) 
Public Shadows Property ImeMode As ImeMode
Visual Basic (Usage)Copy Code
Dim instance As EditBase
Dim value As ImeMode
 
instance.ImeMode = value
 
value = instance.ImeMode
C# 
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
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not one of the System.Windows.Forms.ImeMode enumeration values.

Remarks

An IME is a program that enables users to enter complex characters and symbols, such as Japanese Kanji characters, using a standard keyboard. The ImeMode property is typically set to System.Windows.Forms.ImeMode.Off for a control that is intended to only enter numeric values. The ImeMode property value is set to System.Windows.Forms.ImeMode.NoControl for the System.Windows.Forms.Form class.

Most classes that do not directly support Input Method Editors, or allow direct input from an IME, will set the value of this property to System.Windows.Forms.ImeMode.NoControl.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.