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.C1PrintDocumentAssembly: 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
System..::.Object
C1.C1PrintDocument..::.DocumentElement
C1.C1PrintDocument..::.RenderObject
C1.C1PrintDocument..::.RenderInputBase
C1.C1PrintDocument..::.RenderInputButton
C1.C1PrintDocument..::.RenderInputCheckBox
C1.C1PrintDocument..::.RenderInputComboBox
C1.C1PrintDocument..::.RenderInputRadioButton
C1.C1PrintDocument..::.RenderInputText
C1.C1PrintDocument..::.DocumentElement
C1.C1PrintDocument..::.RenderObject
C1.C1PrintDocument..::.RenderInputBase
C1.C1PrintDocument..::.RenderInputButton
C1.C1PrintDocument..::.RenderInputCheckBox
C1.C1PrintDocument..::.RenderInputComboBox
C1.C1PrintDocument..::.RenderInputRadioButton
C1.C1PrintDocument..::.RenderInputText