C# Class Nexus.UI.Controls.VerticalTabPageCollectionEditor

Handles the editing of the VerticalTabControl.TabPages collection is the designer.
Inheritance: System.ComponentModel.Design.CollectionEditor
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
VerticalTabPageCollectionEditor ( Type p_tpeType ) : System

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

Méthodes protégées

Méthode Description
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 VerticalTabPage to its name.

SetItems ( object p_objTabPages, object p_objValues ) : object

Sets the collection to the set of given items.

Method Details

CreateCollectionItemType() protected méthode

Gets the type of the item in the collection being edited.
protected CreateCollectionItemType ( ) : Type
Résultat System.Type

CreateInstance() protected méthode

Creates an instance of an item for use in the collection being edited.
This sets the text of the created VerticalTabPage to its name.
protected CreateInstance ( Type p_tpeItemType ) : object
p_tpeItemType System.Type The type of the item to be created.
Résultat object

SetItems() protected méthode

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

VerticalTabPageCollectionEditor() public méthode

A simple constructor that initializes the object with the given values.
public VerticalTabPageCollectionEditor ( Type p_tpeType ) : System
p_tpeType System.Type The type of the ovjects in the collection being edited.
Résultat System