Click or drag to resize
KaxDockLayoutGetRegisteredDocksState Method
Overload List
  Name Description
Public method GetRegisteredDocksState
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.
Public method GetRegisteredDocksState(Boolean)
Cycles through all registered docks and retrieves their state, depending on the omitClosedDocks parameter and the value of the Closed property of each KaxDock control. The List returned by this method could be used to recreate the docks when the user visits the page again.
Top
See Also