ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / EditModeEnteringEventArgs Class / Control Property

In This Topic
    Control Property (EditModeEnteringEventArgs)
    In This Topic
    Gets the type of control that enters edit mode.
    Syntax
    'Declaration
     
    Public ReadOnly Property Control As Object
    public object Control {get;}

    Property Value

    The control that is about to enter edit mode.
    See Also