The DialogBoxLauncher class represents the dialog box launcher item of a RibbonGroup. A DialogBoxLauncher is inherited from the System.ComponentModel.Component class. The following describes only the properties, methods and events defined through the DialogBoxLauncher class. For a list of properties, methods and events inherited from the System.ComponentModel.Component class see the .NET Framework reference.

Syntax

public class DialogBoxLauncher : System.ComponentModel.Component
Public Class DialogBoxLauncher
  Inherits System.ComponentModel.Component

Introduced: X14.

Events

Event Description
Click Occurs as the dialog box launcher is clicked.

Properties

Property Description
ContextMenuStrip Gets or sets the ContextMenuStrip associated with this dialog box launcher.
Enabled Gets or sets a value indicating whether this dialog box launcher is enabled.
ToolStripItemImage Gets or sets a 16x16 icon for this dialog box launcher's quick access toolbar tool strip item.
ToolTip Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over the item.
Visible Gets or sets a value indicating whether this dialog box launcher is visible.