KaxDockLayoutGetRegisteredDocksState Method |
Cycles through all registered docks and retrieves their state. The List
returned by this method could be used to recreate the docks when the user
visits the page again.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public List<DockState> GetRegisteredDocksState()
Public Function GetRegisteredDocksState As List(Of DockState)
public:
List<DockState^>^ GetRegisteredDocksState()
member GetRegisteredDocksState : unit -> List<DockState>
Return Value
Type:
ListDockState
A List, containing UniqueName/DockState pairs.
See Also