Returns a DockState object, containing data about the current state
of the KaxDock control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic DockState GetState()
Public Function GetState As DockState
public:
DockState^ GetState()
member GetState : unit -> DockState
Return Value
Type:
DockStateA DockState object, containing data about the current state
of the KaxDock control. This object could be passed to ApplyState()
method.
See Also