C# 클래스 ComponentFactory.Krypton.Navigator.KryptonNavigatorControlCollection

Represents a collection of child controls for the navigator.
상속: ComponentFactory.Krypton.Toolkit.KryptonControlCollection
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
Add ( Control value ) : void

Adds the specified control to the control collection.

KryptonNavigatorControlCollection ( KryptonNavigator owner ) : System

Initialize a new instance of the KryptonNavigatorControlCollection class.

메소드 상세

Add() 공개 메소드

Adds the specified control to the control collection.
public Add ( Control value ) : void
value System.Windows.Forms.Control The KryptonPage to add to the control collection.
리턴 void

KryptonNavigatorControlCollection() 공개 메소드

Initialize a new instance of the KryptonNavigatorControlCollection class.
public KryptonNavigatorControlCollection ( KryptonNavigator owner ) : System
owner KryptonNavigator Control containing this collection.
리턴 System