The RibbonForm class represents a Windows Forms form that can draw a Ribbon Quick Access Toolbar and contextual tabs in its border. It is inherited from the System.Windows.Forms.Form class. The following describes only the properties, methods and events defined through the RibbonForm class. For a list of properties, methods and events inherited from the System.Windows.Forms.Form class see the .NET Framework reference.

Syntax

public class RibbonForm : System.Windows.Forms.Form
Public Class RibbonForm
  Inherits System.Windows.Forms.Form

Introduced: X14.

Constructors

Constructor Description
RibbonForm Initializes a new instance of the RibbonForm class.

Methods

Method Description
SetQuickAccessToolbarStandardItems Specifies the standard items of the Quick Access Toolbar.

Properties

Property Description
HasQuickAccessToolbar Gets or sets a value defining whether a quick access toolbar is shown in the caption area of the RibbonForm.
QuickAccessToolbarPosition Gets or sets a value defining the position of the quick access toolbar, above or below the ribbon.