C# Class ComponentFactory.Krypton.Docking.KryptonDockableWorkspace

Inheritance: KryptonSpace
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
KryptonDockableWorkspace ( ) : System

Initialize a new instance of the KryptonDockableWorkspace class.

ToString ( ) : string

Gets a string representation of the instance.

Protected Methods

Method Description
NewCellInitialize ( KryptonWorkspaceCell cell ) : void

Initialize a new cell.

OnActiveCellChanged ( ActiveCellChangedEventArgs e ) : void

Raises the ActiveCellChanged event.

Private Methods

Method Description
OnCellCloseAction ( object sender, CloseActionEventArgs e ) : void

Method Details

KryptonDockableWorkspace() public method

Initialize a new instance of the KryptonDockableWorkspace class.
public KryptonDockableWorkspace ( ) : 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

OnActiveCellChanged() protected method

Raises the ActiveCellChanged event.
protected OnActiveCellChanged ( ActiveCellChangedEventArgs e ) : void
e ComponentFactory.Krypton.Workspace.ActiveCellChangedEventArgs An ActiveCellChangedEventArgs containing the event data.
return void

ToString() public method

Gets a string representation of the instance.
public ToString ( ) : string
return string