Per Mausklick bewerten und Feedback geben
MSDN
MSDN Library
Visual Studio 2005
Verweis
Microsoft.Office.Core
 MsoControlType Enumeration
Alle reduzieren/Alle erweitern Alle reduzieren
Office Core Primary Interop Assembly Reference
MsoControlType Enumeration
Specifies the type of the command bar control.

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

Visual Basic
Dim msoControlType1 As MsoControlType = MsoControlType.msoControlActiveX
Visual Basic
Public Enum MsoControlType
C#
public enum MsoControlType
C++
public enum class MsoControlType
J#
public enum MsoControlType
JScript
public enum MsoControlType
Member nameDescription
msoControlActiveXActiveX control.
msoControlAutoCompleteComboCombo box in which the first matching choice is automatically filled in as the user types. Cannot be created through the object model.
msoControlButtonCommand button.
msoControlButtonDropdownDrop-down button. Cannot be created through the object model.
msoControlButtonPopupPop-up button. Cannot be created through the object model.
msoControlComboBoxCombo box.
msoControlCustomCustom control. Cannot be created through the object model.
msoControlDropdownDrop-down list.
msoControlEditText box.
msoControlExpandingGridExpanding grid. Cannot be created through the object model.
msoControlGaugeGauge control. Cannot be created through the object model.
msoControlGenericDropdownGeneric drop-down list. Cannot be created through the object model.
msoControlGraphicComboGraphic combo box. Cannot be created through the object model.
msoControlGraphicDropdownGraphic drop-down list. Cannot be created through the object model.
msoControlGraphicPopupGraphic pop-up menu. Cannot be created through the object model.
msoControlGridGrid. Cannot be created through the object model.
msoControlLabelLabel. Cannot be created through the object model.
msoControlLabelExExtended label. Cannot be created through the object model.
msoControlOCXDropdownOCX drop-down list. Cannot be created through the object model.
msoControlPanePane. Cannot be created through the object model.
msoControlPopupPop-up.
msoControlSpinnerSpinner. Cannot be created through the object model.
msoControlSplitButtonMRUPopupMost Recently Used (MRU) pop-up. Cannot be created through the object model.
msoControlSplitButtonPopupSplit button pop-up. Cannot be created through the object model.
msoControlSplitDropdownSplit drop-down list. Cannot be created through the object model.
msoControlSplitExpandingGridSplit expanding grid. Cannot be created through the object model.
msoControlWorkPaneWork pane. Cannot be created through the object model.

Used with the Add method of the CommandBarControls object. Only a limited set of the control types can be created via the CommandBars object model: msoControlButton, msoControlEdit, msoControlDropdown, msoControlComboBox, msoControlPopup, and msoControlActiveX. Other control types may exist on built-in or add-in command bars, but cannot be created via the object model.


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