RibbonFactory.CreateRibbonCheckBox 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 RibbonCheckBox object that represents a check box on a Ribbon.
public:
Microsoft::Office::Tools::Ribbon::RibbonCheckBox ^ CreateRibbonCheckBox();
public Microsoft.Office.Tools.Ribbon.RibbonCheckBox CreateRibbonCheckBox ();
abstract member CreateRibbonCheckBox : unit -> Microsoft.Office.Tools.Ribbon.RibbonCheckBox
Public Function CreateRibbonCheckBox () As RibbonCheckBox
Returns
A Ribbon check box.