Click or drag to resize
KaxDockDock Method (KaxDockZone)
Docks the KaxDock control in the specified KaxDockZone.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void Dock(
	KaxDockZone dockZone
)

Parameters

dockZone
Type: Kettic.AspNet.ControlsKaxDockZone
The KaxDockZone control where the control should be docked.
See Also