'Declaration
<SRCategoryAttribute("Behavior")> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.AmbientValueAttribute()> <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
[SRCategory("Behavior")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.AmbientValue()] [SRDescription("Determines the IME (Input Method Editor) status of the object when selected.")] public System.Windows.Forms.ImeMode ImeMode {get; set;}