C# Class ComponentFactory.Krypton.Docking.KryptonFloatingWindow

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

Private Properties

Свойство Type Description
OnFloatspaceCellAdding void
OnFloatspaceCellCountChanged void
OnFloatspaceCellRemoved void
OnFloatspaceCellVisibleCountChanged void
OnLayoutWorkspace void
OnTabVisibleCountChanged void
UpdateCellSettings void
VisibleCloseableUniqueNames string[]

Méthodes publiques

Méthode Description
KryptonFloatingWindow ( Form owner, KryptonFloatspace floatspace ) : System

Initialize a new instance of the KryptonFloatingWindow class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnActivated ( EventArgs e ) : void

Raises the Activated event.

OnClosing ( CancelEventArgs e ) : void

Raises the Closing event.

OnDeactivate ( EventArgs e ) : void

Raises the Deactivate event.

OnLoad ( EventArgs e ) : void

Raises the Load event.

OnWindowCaptionDragging ( ScreenAndOffsetEventArgs e ) : void

Raises the WindowCaptionDragging event.

OnWindowCloseClicked ( UniqueNamesEventArgs e ) : void

Raises the WindowCloseClicked event.

WndProc ( Message &m ) : void

Processes Windows messages.

Private Methods

Méthode Description
OnFloatspaceCellAdding ( object sender, WorkspaceCellEventArgs e ) : void
OnFloatspaceCellCountChanged ( object sender, EventArgs e ) : void
OnFloatspaceCellRemoved ( object sender, WorkspaceCellEventArgs e ) : void
OnFloatspaceCellVisibleCountChanged ( object sender, EventArgs e ) : void
OnLayoutWorkspace ( object sender, EventArgs e ) : void
OnTabVisibleCountChanged ( object sender, EventArgs e ) : void
UpdateCellSettings ( ) : void
VisibleCloseableUniqueNames ( ) : string[]

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

KryptonFloatingWindow() public méthode

Initialize a new instance of the KryptonFloatingWindow class.
public KryptonFloatingWindow ( Form owner, KryptonFloatspace floatspace ) : System
owner System.Windows.Forms.Form Reference to form that will own all the floating window.
floatspace KryptonFloatspace Reference to owning floatspace instance.
Résultat System

OnActivated() protected méthode

Raises the Activated event.
protected OnActivated ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void

OnClosing() protected méthode

Raises the Closing event.
protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs An CancelEventArgs that contains the event data.
Résultat void

OnDeactivate() protected méthode

Raises the Deactivate event.
protected OnDeactivate ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void

OnLoad() protected méthode

Raises the Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Résultat void

OnWindowCaptionDragging() protected méthode

Raises the WindowCaptionDragging event.
protected OnWindowCaptionDragging ( ScreenAndOffsetEventArgs e ) : void
e ScreenAndOffsetEventArgs An ScreenAndOffsetEventArgs that contains the event data.
Résultat void

OnWindowCloseClicked() protected méthode

Raises the WindowCloseClicked event.
protected OnWindowCloseClicked ( UniqueNamesEventArgs e ) : void
e UniqueNamesEventArgs An UniqueNamesEventArgs that contains the event data.
Résultat void

WndProc() protected méthode

Processes Windows messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The Windows Message to process.
Résultat void