C# Класс ComponentFactory.Krypton.Navigator.NavigatorPageCollectionEditor

Наследование: System.ComponentModel.Design.CollectionEditor
Показать файл Открыть проект

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

Метод Описание
NavigatorPageCollectionEditor ( ) : System

Initialize a new instance of the NavigatorPageCollectionEditor class.

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

Метод Описание
CreateNewItemTypes ( ) : System.Type[]

Gets the data types that this collection editor can contain.

SetItems ( object editValue, object value ) : object

Sets the specified array as the items of the collection.

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

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

Gets the data types that this collection editor can contain.
protected CreateNewItemTypes ( ) : System.Type[]
Результат System.Type[]

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

Initialize a new instance of the NavigatorPageCollectionEditor class.
public NavigatorPageCollectionEditor ( ) : System
Результат System

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

Sets the specified array as the items of the collection.
protected SetItems ( object editValue, object value ) : object
editValue object The collection to edit.
value object An array of objects to set as the collection items.
Результат object