ComponentOne Reports for WPF
C1.C1Preview.Forms Namespace / BaseForm Class
Members

In This Topic
    BaseForm Class
    In This Topic
    Base class for all custom forms in C1Preview.
    Object Model
    BaseForm Class
    Syntax
    'Declaration
     
    Public Class BaseForm 
       Inherits System.Windows.Forms.Form
    public class BaseForm : System.Windows.Forms.Form 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                   System.Windows.Forms.ContainerControl
                      System.Windows.Forms.Form
                         C1.C1Preview.Forms.BaseForm

    See Also