The abstract base class for button-like input controls (button, check box, radio button).

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

Syntax

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

Inheritance Hierarchy

See Also