C# Class ComponentFactory.Krypton.Docking.KryptonDockspaceSlide

Inheritance: KryptonDockspace
Show file Open project: Cocotteseb/Krypton Class Usage Examples

Public Methods

Method Description
KryptonDockspaceSlide ( ) : System

Initialize a new instance of the KryptonDockspaceSlide class.

Protected Methods

Method Description
NewCellInitialize ( KryptonWorkspaceCell cell ) : void

Initialize a new cell.

Method Details

KryptonDockspaceSlide() public method

Initialize a new instance of the KryptonDockspaceSlide class.
public KryptonDockspaceSlide ( ) : System
return System

NewCellInitialize() protected method

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