C# Class ComponentFactory.Krypton.Navigator.NavigatorPageCollectionEditor

Inheritance: System.ComponentModel.Design.CollectionEditor
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
NavigatorPageCollectionEditor ( ) : System

Initialize a new instance of the NavigatorPageCollectionEditor class.

Méthodes protégées

Méthode Description
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.

Method Details

CreateNewItemTypes() protected méthode

Gets the data types that this collection editor can contain.
protected CreateNewItemTypes ( ) : System.Type[]
Résultat System.Type[]

NavigatorPageCollectionEditor() public méthode

Initialize a new instance of the NavigatorPageCollectionEditor class.
public NavigatorPageCollectionEditor ( ) : System
Résultat System

SetItems() protected méthode

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.
Résultat object