Click or drag to resize
KaxDockLayout Methods

The KaxDockLayout type exposes the following members.

Methods
  Name Description
Public method GetEmbeddedSkinNames
Return a collection of name for all embedded skin.
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.
Public method SetRegisteredDockParents
Reorders the docks in the control tree, according the supplied parameters.
Top
See Also