ComponentOne MultiSelect for WinForms
C1.Win.Input.GrapeCity.Framework.Input Namespace / Ime.ImeCompositionDetails Enumeration

In This Topic
    Ime.ImeCompositionDetails Enumeration
    In This Topic
    An enum indicates the details of the composition.
    Syntax
    'Declaration
     
    
    Public Enum Ime.ImeCompositionDetails 
       Inherits System.Enum
    public enum Ime.ImeCompositionDetails : System.Enum 
    Members
    MemberDescription
    AttributeThe attribute of the composition string.
    ClauseThe clause information of the composition string.
    CursorPositionThe cursor position in composition string.
    DeltaStartThe starting position of any changes in composition string.
    ReadingAttributeThe attributes of the reading string of the current composition.
    ReadingClauseThe clause information of the reading string of the composition string.
    ReadingStringThe reading string of the current composition.
    ResultClauseThe clause information of the result string.
    ResultReadingClauseThe clause information of the reading string.
    ResultReadingStringThe reading string.
    ResultStringThe string of the composition result.
    StringThe current composition string.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Input.GrapeCity.Framework.Input.Ime.ImeCompositionDetails

    See Also