Property | Type | Description | |
---|---|---|---|
OnFloatspaceCellAdding | void | ||
OnFloatspaceCellCountChanged | void | ||
OnFloatspaceCellRemoved | void | ||
OnFloatspaceCellVisibleCountChanged | void | ||
OnLayoutWorkspace | void | ||
OnTabVisibleCountChanged | void | ||
UpdateCellSettings | void | ||
VisibleCloseableUniqueNames | string[] |
Method | Description | |
---|---|---|
KryptonFloatingWindow ( |
Initialize a new instance of the KryptonFloatingWindow class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnActivated ( |
Raises the Activated event.
|
|
OnClosing ( CancelEventArgs e ) : void |
Raises the Closing event.
|
|
OnDeactivate ( |
Raises the Deactivate event.
|
|
OnLoad ( |
Raises the Load event.
|
|
OnWindowCaptionDragging ( |
Raises the WindowCaptionDragging event.
|
|
OnWindowCloseClicked ( |
Raises the WindowCloseClicked event.
|
|
WndProc ( |
Processes Windows messages.
|
Method | Description | |
---|---|---|
OnFloatspaceCellAdding ( object sender, |
||
OnFloatspaceCellCountChanged ( object sender, |
||
OnFloatspaceCellRemoved ( object sender, |
||
OnFloatspaceCellVisibleCountChanged ( object sender, |
||
OnLayoutWorkspace ( object sender, |
||
OnTabVisibleCountChanged ( object sender, |
||
UpdateCellSettings ( ) : void | ||
VisibleCloseableUniqueNames ( ) : string[] |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public KryptonFloatingWindow ( |
||
owner | Reference to form that will own all the floating window. | |
floatspace | Reference to owning floatspace instance. | |
return | System |
protected OnActivated ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | An CancelEventArgs that contains the event data. |
return | void |
protected OnDeactivate ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnLoad ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnWindowCaptionDragging ( |
||
e | An ScreenAndOffsetEventArgs that contains the event data. | |
return | void |
protected OnWindowCloseClicked ( |
||
e | An UniqueNamesEventArgs that contains the event data. | |
return | void |
protected WndProc ( |
||
m | The Windows Message to process. | |
return | void |