TextBox-Klasse (2007 System)
Aktualisiert: November 2007
Stellt ein Windows Forms-TextBox 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 TextBox _
Inherits TextBox _
Implements ISupportInitializeExtendedControl
Dim instance As TextBox
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class TextBox : TextBox, ISupportInitializeExtendedControl
Hinweise
Microsoft.Office.Tools.Excel.Controls.TextBox unterscheidet sich von System.Windows.Forms.TextBox. Microsoft.Office.Tools.Excel.Controls.TextBox 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 eine neue TextBox zu erstellen. Fügen Sie einem Arbeitsblatt mithilfe der AddTextBox-Methode eine neue TextBox hinzu.
Vererbungshierarchie
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.TextBoxBase
System.Windows.Forms.TextBox
Microsoft.Office.Tools.Excel.Controls.TextBox
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.