Freigeben über


CommandBar.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 CommandBar
Dim value As CommandBarControls

value = instance.Controls
CommandBarControls Controls { get; }

Property Value

Type: Microsoft.Office.Core.CommandBarControls

See Also

Reference

CommandBar Interface

CommandBar Members

Microsoft.Office.Core Namespace