DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / ImeMode Property






    ImeMode Property (DicomViewer)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <System.ComponentModel.AmbientValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <SRDescriptionAttribute("ControlIMEModeDescr")>
    Public Property ImeMode As System.Windows.Forms.ImeMode
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Windows.Forms.ImeMode
     
    instance.ImeMode = value
     
    value = instance.ImeMode
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also