C# Class ComponentFactory.Krypton.Docking.KryptonDockableWorkspace

Inheritance: KryptonSpace
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
KryptonDockableWorkspace ( ) : System

Initialize a new instance of the KryptonDockableWorkspace class.

ToString ( ) : string

Gets a string representation of the instance.

Méthodes protégées

Méthode Description
NewCellInitialize ( KryptonWorkspaceCell cell ) : void

Initialize a new cell.

OnActiveCellChanged ( ActiveCellChangedEventArgs e ) : void

Raises the ActiveCellChanged event.

Private Methods

Méthode Description
OnCellCloseAction ( object sender, CloseActionEventArgs e ) : void

Method Details

KryptonDockableWorkspace() public méthode

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

OnActiveCellChanged() protected méthode

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

ToString() public méthode

Gets a string representation of the instance.
public ToString ( ) : string
Résultat string