C# 클래스 Nexus.UI.Controls.DropDownTabPageCollectionEditor

Handles the editing of the DropDownTabControl.TabPages collection is the designer.
상속: System.ComponentModel.Design.CollectionEditor
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
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