C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderInputBase Class
Members

RenderInputBase Class
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 
 
Remarks
Inheritance Hierarchy

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

See Also