RibbonFactory.CreateRibbonSeparator 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 RibbonSeparator object that represents a separator control for a group or menu on the Ribbon.
public:
Microsoft::Office::Tools::Ribbon::RibbonSeparator ^ CreateRibbonSeparator();
public Microsoft.Office.Tools.Ribbon.RibbonSeparator CreateRibbonSeparator ();
abstract member CreateRibbonSeparator : unit -> Microsoft.Office.Tools.Ribbon.RibbonSeparator
Public Function CreateRibbonSeparator () As RibbonSeparator
Returns
A Ribbon separator control for a group or menu on the Ribbon.