PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / FormsUserActionEventArgs Class / RenderObject Property

In This Topic
    RenderObject Property (FormsUserActionEventArgs)
    In This Topic
    Gets the C1.C1Preview.RenderInputBase object corresponding to the input control which caused the event.
    Syntax
    'Declaration
     
    Public ReadOnly Property RenderObject As RenderInputBase
    public RenderInputBase RenderObject {get;}
    See Also