RibbonFactory.CreateRibbonEditBox 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 RibbonEditBox object represents an edit box on a Ribbon.
public:
Microsoft::Office::Tools::Ribbon::RibbonEditBox ^ CreateRibbonEditBox();
public Microsoft.Office.Tools.Ribbon.RibbonEditBox CreateRibbonEditBox ();
abstract member CreateRibbonEditBox : unit -> Microsoft.Office.Tools.Ribbon.RibbonEditBox
Public Function CreateRibbonEditBox () As RibbonEditBox
Returns
A Ribbon edit box.
Remarks
The RibbonEditBox control displays a labeled box in which users can type and edit text.