GrapeCity MultiRow Windows Forms Documentation
ImeMode Property


Gets or sets the Input Method Editor (IME) mode of the Cell.
Syntax
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates the IME (Input Method Editor) status of the cell.")>
Public Property ImeMode As ImeMode
Dim instance As CellStyle
Dim value As ImeMode
 
instance.ImeMode = value
 
value = instance.ImeMode
[RefreshProperties(RefreshProperties.Repaint)]
[DefaultValue()]
[SRCategory("Behavior")]
[SRDescription("Indicates the IME (Input Method Editor) status of the cell.")]
public ImeMode ImeMode {get; set;}

Property Value

A System.Windows.Forms.ImeMode value. The default is System.Windows.Forms.ImeMode.Inherit.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not one of the System.Windows.Forms.ImeMode values.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellStyle Class
CellStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.