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