C# Класс Nexus.UI.Controls.DropDownTabPageCollectionEditor

Handles the editing of the DropDownTabControl.TabPages collection is the designer.
Наследование: System.ComponentModel.Design.CollectionEditor
Показать файл Открыть проект

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

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

A simple constructor that initializes the object with the given values.

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

Метод Описание
CreateCollectionItemType ( ) : Type

Gets the type of the item in the collection being edited.

CreateInstance ( Type p_tpeItemType ) : object

Creates an instance of an item for use in the collection being edited.

This sets the text of the created DropDownTabPage to its name.

SetItems ( object p_objTabPages, object p_objValues ) : object

Sets the collection to the set of given items.

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

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

Gets the type of the item in the collection being edited.
protected CreateCollectionItemType ( ) : Type
Результат System.Type

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

Creates an instance of an item for use in the collection being edited.
This sets the text of the created DropDownTabPage to its name.
protected CreateInstance ( Type p_tpeItemType ) : object
p_tpeItemType System.Type The type of the item to be created.
Результат object

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

A simple constructor that initializes the object with the given values.
public DropDownTabPageCollectionEditor ( Type p_tpeType ) : System
p_tpeType System.Type The type of the ovjects in the collection being edited.
Результат System

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

Sets the collection to the set of given items.
protected SetItems ( object p_objTabPages, object p_objValues ) : object
p_objTabPages object The collection being edited.
p_objValues object The array of items to which to set the collection being edited.
Результат object