C# Класс ComponentFactory.Krypton.Navigator.KryptonNavigatorControlCollection

Represents a collection of child controls for the navigator.
Наследование: ComponentFactory.Krypton.Toolkit.KryptonControlCollection
Показать файл Открыть проект

Открытые методы

Метод Описание
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