GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : DefaultImeMode Property |
Gets the default Input Method Editor (IME) mode supported by the control.
'Declaration Protected Overrides ReadOnly Property DefaultImeMode As ImeMode
protected override ImeMode DefaultImeMode {get;}
As implemented in the System.Windows.Forms.Control class, this property always returns the System.Windows.Forms.ImeMode.Inherit value. The Inherit value specifies that the IME mode is inherited from the parent control.
Notes to Inheritors:
When overriding the DefaultImeMode property in a derived class, use the base class's DefaultImeMode property to extend the base implementation; otherwise, you must provide all the implementation.
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8