CommandBarPopup interface
Office 2013 and later
Represents a pop-up control on a command bar.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Use Controls(index), where index is the number of the control, to return a CommandBarPopup object. The Type property of the control must be msoControlPopup, msoControlGraphicPopup, msoControlButtonPopup, msoControlSplitButtonPopup, or msoControlSplitButtonMRUPopup.
You can also use the FindControl method to return a CommandBarPopup object.
Every pop-up control contains a CommandBar object. To return the command bar from a pop-up control, apply the CommandBar property to the CommandBarPopup object.
Show: