CommandBarPopup.Controls Property
Returns a CommandBarControls object that represents all the controls on a command bar or pop-up control.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Controls As CommandBarControls
Get
'Usage
Dim instance As CommandBarPopup
Dim value As CommandBarControls
value = instance.Controls
CommandBarControls Controls { get; }
Property Value
Type: Microsoft.Office.Core.CommandBarControls