ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Editors Namespace / ReadingStringOutput Structure / TargetControl Property

In This Topic
    TargetControl Property
    In This Topic
    Gets or sets a control used to receive the output.
    Syntax
    'Declaration
     
    
    Public Property TargetControl As Control
    public Control TargetControl {get; set;}

    Property Value

    A System.Windows.Forms.Control indicates the target control.
    See Also