RibbonFactory.CreateRibbonDialogLauncher Method

Definition

Creates a RibbonDialogLauncher object that represents a small standardized icon on a group that can be used to open a dialog box.

public:
 Microsoft::Office::Tools::Ribbon::RibbonDialogLauncher ^ CreateRibbonDialogLauncher();
public Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher CreateRibbonDialogLauncher ();
abstract member CreateRibbonDialogLauncher : unit -> Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher
Public Function CreateRibbonDialogLauncher () As RibbonDialogLauncher

Returns

An object that represents a small standardized icon on a group that can be used to open a dialog box.

Remarks

A RibbonDialogLauncher is displayed in the lower-right corner of a group by default.

Applies to