Per Mausklick bewerten und Feedback geben
Alle reduzieren/Alle erweitern Alle reduzieren
Office Core Primary Interop Assembly Reference
CommandBarControls Interface
A collection of CommandBarControl objects that represent the command bar controls on a command bar.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Visual Basic
Public Class ommandBarControlsImplementation
    Implements CommandBarControls
End Class
Dim ommandBarControlsImplementation1 As New ommandBarControlsImplementation()
Visual Basic
Public Interface CommandBarControls
	Inherits _IMsoDispObj, IEnumerable
C#
public interface CommandBarControls : _IMsoDispObj, IEnumerable
C++
public interface class CommandBarControls : public _IMsoDispObj, IEnumerable
J#
public interface CommandBarControls implements _IMsoDispObj, IEnumerable
JScript
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.


Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

© 2012 Microsoft. Alle Rechte vorbehalten. Nutzungsbedingungen | Markenzeichen | Informationen zur Datensicherheit
Page view tracker