GrapeCity MultiRow Windows Forms Documentation
ImeSentenceMode Property


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

Property Value

One of the ImeSentenceMode values. The default is ImeSentenceMode.Inherit.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not one of the ImeSentenceMode 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.