Click or drag to resize
IDockLayoutUnRegisterDock Method
Each dock will use this method in its OnUnload event to unregister with the IDockLayout. This is needed in order the layout to be able to manage the dock state properly.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
void UnRegisterDock(
	KaxDock dock
)

Parameters

dock
Type: Kettic.AspNet.ControlsKaxDock
See Also