C# Class ComponentFactory.Krypton.Docking.KryptonFloatingWindow

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

Private Properties

Property Type Description
OnFloatspaceCellAdding void
OnFloatspaceCellCountChanged void
OnFloatspaceCellRemoved void
OnFloatspaceCellVisibleCountChanged void
OnLayoutWorkspace void
OnTabVisibleCountChanged void
UpdateCellSettings void
VisibleCloseableUniqueNames string[]

Public Methods

Method Description
KryptonFloatingWindow ( Form owner, KryptonFloatspace floatspace ) : System

Initialize a new instance of the KryptonFloatingWindow class.

Protected Methods

Method 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

Method 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 method

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

KryptonFloatingWindow() public method

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.
return System

OnActivated() protected method

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

OnClosing() protected method

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

OnDeactivate() protected method

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

OnLoad() protected method

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

OnWindowCaptionDragging() protected method

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

OnWindowCloseClicked() protected method

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

WndProc() protected method

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