PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderInputBase Class
Members

In This Topic
    RenderInputBase Class
    In This Topic
    The abstract base class for all Preview Forms input controls. Derived types represent active UI elements embedded in a C1PrintDocument when that document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl).
    Object Model
    RenderInputBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class RenderInputBase 
       Inherits RenderObject
       Implements IDocumentLocationIStyleOwner 
    public abstract class RenderInputBase : RenderObject, IDocumentLocationIStyleOwner  
    Remarks
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.RenderObject
          C1.C1Preview.RenderInputBase
             C1.C1Preview.RenderInputButtonBase
             C1.C1Preview.RenderInputComboBox
             C1.C1Preview.RenderInputText

    See Also