ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Editors Namespace / ReadingStringOutput Structure / ReadingStringOutput Constructor / ReadingStringOutput Constructor(Object,ReadingStringOutputMode)
A System.Object indicates the target object.
A ReadingStringOutputMode controls the output behaviors.

In This Topic
    ReadingStringOutput Constructor(Object,ReadingStringOutputMode)
    In This Topic
    Initializes a new instance of the ReadingStringOutput class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal outputTarget As Object, _
       ByVal outputMode As ReadingStringOutputMode _
    )
    public ReadingStringOutput( 
       object outputTarget,
       ReadingStringOutputMode outputMode
    )

    Parameters

    outputTarget
    A System.Object indicates the target object.
    outputMode
    A ReadingStringOutputMode controls the output behaviors.
    See Also