C# Класс ZForge.Controls.XPTable.Models.Design.HelpfulCollectionEditor

A CollectionEditor that displays the help and command areas of its PropertyGrid
Наследование: System.ComponentModel.Design.CollectionEditor
Показать файл Открыть проект

Открытые методы

Метод Описание
HelpfulCollectionEditor ( Type type ) : System

Initializes a new instance of the HelpfulCollectionEditor class using the specified collection type

Защищенные методы

Метод Описание
CreateCollectionForm ( ) : System.ComponentModel.Design.CollectionEditor.CollectionForm

Discovers the CollectionForm's property grid

Приватные методы

Метод Описание
findPropertyGrid ( Control control ) : bool

Описание методов

CreateCollectionForm() защищенный Метод

Discovers the CollectionForm's property grid
protected CreateCollectionForm ( ) : System.ComponentModel.Design.CollectionEditor.CollectionForm
Результат System.ComponentModel.Design.CollectionEditor.CollectionForm

HelpfulCollectionEditor() публичный Метод

Initializes a new instance of the HelpfulCollectionEditor class using the specified collection type
public HelpfulCollectionEditor ( Type type ) : System
type System.Type The type of the collection for this editor to edit
Результат System