CommandBarPopup.CommandBar 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.
Returns a CommandBar object that represents the menu displayed by the specified pop-up control.
public:
property Microsoft::Office::Core::CommandBar ^ CommandBar { Microsoft::Office::Core::CommandBar ^ get(); };
public Microsoft.Office.Core.CommandBar CommandBar { get; }
member this.CommandBar : Microsoft.Office.Core.CommandBar
Public ReadOnly Property CommandBar As CommandBar