Calendar for WinForms | ComponentOne
C1.Win.Input.GrapeCity.Editors Namespace / ReadingStringOutput Structure / TargetControl Property

In This Topic
    TargetControl Property (ReadingStringOutput)
    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