JAMS Developer Guide
ImeMode Property (AgentCtl)


MVPSI.JAMS Namespace > AgentCtl Class : ImeMode Property
Syntax
'Declaration
 
<System.ComponentModel.AmbientValueAttribute()>
<System.ComponentModel.LocalizableAttribute(True)>
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Determines the IME (Input Method Editor) status of the object when selected.")>
Public Property ImeMode As System.Windows.Forms.ImeMode
'Usage
 
Dim instance As AgentCtl
Dim value As System.Windows.Forms.ImeMode
 
instance.ImeMode = value
 
value = instance.ImeMode
[System.ComponentModel.AmbientValue()]
[System.ComponentModel.Localizable(true)]
[SRCategory("Behavior")]
[SRDescription("Determines the IME (Input Method Editor) status of the object when selected.")]
public System.Windows.Forms.ImeMode ImeMode {get; set;}
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

AgentCtl Class
AgentCtl Members