OfficeRibbon.Global Property
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.
Gets or sets a value that determines whether this OfficeRibbon can be used in multiple contexts simultaneously.
public:
property bool Global { bool get(); void set(bool value); };
public bool Global { get; set; }
member this.Global : bool with get, set
Public Property Global As Boolean
Property Value
true
if this OfficeRibbon object is shared among multiple contexts; otherwise, false
. The default is true
.
Remarks
OfficeRibbon objects that have this property set to false
are created every time a new Outlook Inspector is opened.
This property can be set only before the Ribbon is loaded into the Office application. For information about setting this property, see Ribbon Object Model Overview.