ComboBox-Klasse (2007 System)
Aktualisiert: November 2007
Stellt ein Windows Forms-Kombinationsfeld dar, das einem Microsoft Office Word-Dokument hinzugefügt werden kann.
Namespace: Microsoft.Office.Tools.Word.Controls
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class ComboBox _
Inherits ComboBox _
Implements ISupportInitializeExtendedControl
Dim instance As ComboBox
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class ComboBox : ComboBox, ISupportInitializeExtendedControl
Hinweise
Microsoft.Office.Tools.Word.Controls.ComboBox unterscheidet sich von System.Windows.Forms.ComboBox. Microsoft.Office.Tools.Word.Controls.ComboBox verfügt über zusätzliche Member, die weitere Methoden und Eigenschaften bereitstellen und mit deren Hilfe es einem Word-Dokument hinzugefügt werden kann.
Verwenden Sie den New-Konstruktor nicht, um eine neue ComboBox zu erstellen. Fügen Sie einem Dokument mithilfe der AddComboBox-Methode eine neue ComboBox hinzu.
Vererbungshierarchie
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ListControl
System.Windows.Forms.ComboBox
Microsoft.Office.Tools.Word.Controls.ComboBox
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.