PropertyGrid Класс (2007 System)
Обновлен: Ноябрь 2007
Представляет объект PropertyGrid форм Windows Forms, который можно добавить в рабочий лист Microsoft Office Excel.
Пространство имен: Microsoft.Office.Tools.Excel.Controls
Сборка: Microsoft.Office.Tools.Excel.v9.0 (в Microsoft.Office.Tools.Excel.v9.0.dll)
Синтаксис
'Декларация
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class PropertyGrid _
Inherits PropertyGrid _
Implements ISupportInitializeExtendedControl
'Применение
Dim instance As PropertyGrid
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class PropertyGrid : PropertyGrid,
ISupportInitializeExtendedControl
Заметки
Класс Microsoft.Office.Tools.Excel.Controls.PropertyGrid отличается от класса System.Windows.Forms.PropertyGrid. Класс Microsoft.Office.Tools.Excel.Controls.PropertyGrid имеет дополнительные члены, позволяющие добавлять его в рабочий лист Excel и использовать дополнительные методы и свойства.
Не следует использовать конструктор New для создания нового объекта PropertyGrid. Используйте метод AddPropertyGrid чтобы добавить новый PropertyGrid в рабочий лист.
Иерархия наследования
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.PropertyGrid
Microsoft.Office.Tools.Excel.Controls.PropertyGrid
Потокобезопасность
Любые открытые члены этого типа, объявленные как static (Shared в Visual Basic), являются потокобезопасными. Потокобезопасность членов экземпляров не гарантируется.