مشاركة عبر


PictureBox الفئة

يمثل Windows Forms PictureBoxالتي يمكن إضافتها إلى ورقة عمل Excel Microsoft المكتب.

مساحة الاسم:  Microsoft.Office.Tools.Excel.Controls
التجميع:  Microsoft.Office.Tools.Excel.v4.0.Utilities (في Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)

بناء الجملة

'إقرار
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class PictureBox _
    Inherits PictureBox
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class PictureBox : PictureBox

ملاحظات

Microsoft.Office.Tools.Excel.Controls.PictureBoxهو يختلف System.Windows.Forms.PictureBox. Microsoft.Office.Tools.Excel.Controls.PictureBoxلدى الأعضاء إضافى التي تمكينها لإضافتها إلى ورقة عمل Excel والتي بإعطائه طرق إضافى و خصائص.

لا تستخدم Newconstrucإلىr إلى إنشاء جديد PictureBox. استخدام AddPictureBox()الأسلوب إلى إضافة جديد PictureBoxإلى ورقة.

التسلسل الهيكلي للإرث

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.PictureBox
          Microsoft.Office.Tools.Excel.Controls.PictureBox

أمان العملية الجزئية

يتم تأمين العملية الجزئية لأي عضو عمومي ثابت (مشترك في Visual Basic) من هذا النوع. لن يتم ضمان تأمين العملية الجزئية لأي عضو مثيل.

راجع أيضًَا

المرجع

PictureBox الأعضاء

Microsoft.Office.Tools.Excel.Controls مساحة الاسم