The base class for all C1Preview Forms’ input render objects (which represent controls on C1Preview forms). Provides the basic functionality for all input controls – position, size, visual style, user actions, input options. Adds input-specific features to the display features provided by the base class (position, size, visual style and so on).

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public abstract class RenderInputBase : RenderObject, 
	IInputInfoOwner
Visual Basic (Declaration)
Public MustInherit Class RenderInputBase _
	Inherits RenderObject _
	Implements IInputInfoOwner

Inheritance Hierarchy

See Also