Click or drag to resize
KaxDockGetState Method
Returns a DockState object, containing data about the current state of the KaxDock control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public DockState GetState()

Return Value

Type: DockState
A DockState object, containing data about the current state of the KaxDock control. This object could be passed to ApplyState() method.
See Also