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

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

    Property Value

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