CommandBarPopup.CommandBar Property
Returns a CommandBar object that represents the menu displayed by the specified pop-up control.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property CommandBar As CommandBar
Get
'Usage
Dim instance As CommandBarPopup
Dim value As CommandBar
value = instance.CommandBar
CommandBar CommandBar { get; }
Property Value
Type: Microsoft.Office.Core.CommandBar