C# Class ComponentFactory.Krypton.Navigator.KryptonNavigatorControlCollection

Represents a collection of child controls for the navigator.
Inheritance: ComponentFactory.Krypton.Toolkit.KryptonControlCollection
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
Add ( Control value ) : void

Adds the specified control to the control collection.

KryptonNavigatorControlCollection ( KryptonNavigator owner ) : System

Initialize a new instance of the KryptonNavigatorControlCollection class.

Method Details

Add() public méthode

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

KryptonNavigatorControlCollection() public méthode

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