Visual Basic (Declaration) | |
---|---|
<SRCategoryAttribute("Behavior")> <LocalizableAttribute(True)> <AmbientValueAttribute()> <SRDescriptionAttribute("Determines the IME (Input Method Editor) status of the object when selected.")> Public Property ImeMode As ImeMode |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CredentialsDialog Dim value As ImeMode instance.ImeMode = value value = instance.ImeMode |
C# | |
---|---|
[SRCategory("Behavior")] [Localizable(true)] [AmbientValue()] [SRDescription("Determines the IME (Input Method Editor) status of the object when selected.")] public ImeMode ImeMode {get; set;} |
C++/CLI | |
---|---|
[SRCategory("Behavior")] [Localizable(true)] [AmbientValue()] [SRDescription("Determines the IME (Input Method Editor) status of the object when selected.")] public: property ImeMode ImeMode { ImeMode get(); void set ( ImeMode value); } |
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