'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 EditSourceDialog 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;}