ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / ImeType Enumeration

In This Topic
    ImeType Enumeration
    In This Topic
    Defines the type of the ime device.
    Syntax
    'Declaration
     
    
    Public Enum ImeType 
       Inherits System.Enum
    public enum ImeType : System.Enum 
    Members
    MemberDescription
    BidirectionUser can not only control the ime device, but also receive the event from ime device.
    UnidirectionUser can control the ime device, but can not receive the event from ime device.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Input.GrapeCity.Framework.Input.ImeType

    See Also