ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Editors Namespace / ResultStringEventArgs Class / SourceControl Property

In This Topic
    SourceControl Property
    In This Topic
    Gets the control that creates the reading string.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SourceControl As Control
    public Control SourceControl {get;}

    Property Value

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