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