The base abstract class for all input-related features of C1Preview Forms’ input
render objects (controls). InputInfoBase defines the basic properties which are
supported by all input controls – Value, StatusText, UserActions and so on.
Classes derived from RenderInputBase and providing specific controls
(such as text box, button etc.) can define derived input info classes specific
to the needs of the control. For example, RenderInputButton defines
the InputInfoButton class which is derived from InputInfoBase and provides
button-specific features.
Namespace:
C1.C1PrintDocumentAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
C# |
---|
public abstract class InputInfoBase : ICloneable |
Visual Basic (Declaration) |
---|
Public MustInherit Class InputInfoBase _ Implements ICloneable |
Inheritance Hierarchy
System..::.Object
C1.C1PrintDocument..::.InputInfoBase
C1.C1PrintDocument..::.InputInfoButtonBase
C1.C1PrintDocument..::.InputInfoComboBox
C1.C1PrintDocument..::.InputInfoText
C1.C1PrintDocument..::.InputInfoBase
C1.C1PrintDocument..::.InputInfoButtonBase
C1.C1PrintDocument..::.InputInfoComboBox
C1.C1PrintDocument..::.InputInfoText