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).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public abstract class RenderInputBase : RenderObject
Visual Basic
Public MustInherit Class RenderInputBase _
	Inherits RenderObject

Remarks

Inheritance Hierarchy

See Also