ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeCompositionWindow Class / Attributes Property

In This Topic
    Attributes Property
    In This Topic
    Gets the ime composition attributes.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Attributes As Ime.ImeCompositionAttribute()
    public Ime.ImeCompositionAttribute[] Attributes {get;}

    Property Value

    An Ime.ImeCompositionAttribute array indicates the attributes of the composition string.
    See Also