C# Class ComponentFactory.Krypton.Navigator.KryptonNavigatorControlCollection

Represents a collection of child controls for the navigator.
Inheritance: ComponentFactory.Krypton.Toolkit.KryptonControlCollection
Show file Open project: ComponentFactory/Krypton

Public Methods

Method 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 method

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.
return void

KryptonNavigatorControlCollection() public method

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