CommandBarPopup.Controls 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 CommandBarControls object that represents all the controls on a command bar or pop-up control.
public:
property Microsoft::Office::Core::CommandBarControls ^ Controls { Microsoft::Office::Core::CommandBarControls ^ get(); };
public Microsoft.Office.Core.CommandBarControls Controls { get; }
member this.Controls : Microsoft.Office.Core.CommandBarControls
Public ReadOnly Property Controls As CommandBarControls