ImeMode Enumeration
Applies To: Dynamics CRM 2015
Describes the input method editor mode
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataContractAttribute(Name = "ImeMode", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")]
public enum ImeMode
[DataContractAttribute(Name = "ImeMode", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")]
public enum class ImeMode
[<DataContractAttribute(Name = "ImeMode", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")>]
type ImeMode
<DataContractAttribute(Name := "ImeMode", Namespace := "https://schemas.microsoft.com/xrm/2011/Metadata")>
Public Enumeration ImeMode
Members
Member name | Description | |
---|---|---|
Active | Specifies that the IME mode is active. Value = 2. |
|
Auto | Specifies that the IME mode is chosen automatically. Value =0. |
|
Disabled | Specifies that the IME mode is disabled. Value = 3. |
|
Inactive | Specifies that the IME mode is inactive. Value = 1. |
See Also
Microsoft.Xrm.Sdk.Metadata Namespace
Far Eastern Input Method Editors
Return to top
© 2016 Microsoft. All rights reserved. Copyright