C# Class ComponentFactory.Krypton.Docking.KryptonDockspaceSlide

Inheritance: KryptonDockspace
Afficher le fichier Open project: Cocotteseb/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
KryptonDockspaceSlide ( ) : System

Initialize a new instance of the KryptonDockspaceSlide class.

Méthodes protégées

Méthode Description
NewCellInitialize ( KryptonWorkspaceCell cell ) : void

Initialize a new cell.

Method Details

KryptonDockspaceSlide() public méthode

Initialize a new instance of the KryptonDockspaceSlide class.
public KryptonDockspaceSlide ( ) : System
Résultat System

NewCellInitialize() protected méthode

Initialize a new cell.
protected NewCellInitialize ( KryptonWorkspaceCell cell ) : void
cell KryptonWorkspaceCell Cell being added to the control.
Résultat void