PrintDocument for WinForms | ComponentOne
C1.Win.RibbonPreview.6 Assembly / C1.Win.RibbonPreview Namespace / C1RibbonPreview Class
Members

In This Topic
    C1RibbonPreview Class
    In This Topic
    Represents a preview control with ribbon, navigation panels, and status bar.
    Object Model
    C1RibbonPreview Class
    Syntax
    'Declaration
     
    Public Class C1RibbonPreview 
       Inherits System.Windows.Forms.UserControl
       Implements C1.Win.Ribbon.IC1RibbonHolder, C1.Win.Ribbon.IC1StatusBarHolder 
    public class C1RibbonPreview : System.Windows.Forms.UserControl, C1.Win.Ribbon.IC1RibbonHolder, C1.Win.Ribbon.IC1StatusBarHolder  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                   System.Windows.Forms.ContainerControl
                      System.Windows.Forms.UserControl
                         C1.Win.RibbonPreview.C1RibbonPreview

    See Also