RibbonFactory.CreateRibbonDialogLauncher Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.