Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Forms Namespace / CategoryListForm Class
Members

In This Topic
    CategoryListForm Class
    In This Topic
    The CategoryListForm represents the dialog form for editing C1.C1Schedule.CategoryList object. Use this form for editing the list of categories assigned to the C1.C1Schedule.Appointment object.
    Object Model
    CategoryListForm Class
    Syntax
    'Declaration
     
    Public Class CategoryListForm 
       Inherits System.Windows.Forms.Form
    public class CategoryListForm : 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.Win.C1Schedule.Forms.CategoryListForm

    See Also