Public Class ommandBarControlsImplementation Implements CommandBarControls End Class Dim ommandBarControlsImplementation1 As New ommandBarControlsImplementation()
Public Interface CommandBarControls Inherits _IMsoDispObj, IEnumerable
public interface CommandBarControls : _IMsoDispObj, IEnumerable
public interface class CommandBarControls : public _IMsoDispObj, IEnumerable
public interface CommandBarControls implements _IMsoDispObj, IEnumerable
public interface CommandBarControls implements _IMsoDispObj, , IEnumerable
Use the Controls property to return the CommandBarControls collection.
Use the Add method to add a new command bar control to the CommandBarControls collection.
Use Controls(index), where index is the caption or index number of a control, to return a CommandBarControl, CommandBarButton, CommandBarComboBox, or CommandBarPopup object.