Click or drag to resize
IDockLayout Methods

The IDockLayout type exposes the following members.

Methods
  Name Description
Public method RegisterDock
Each dock will use this method in its OnInit event to register with the IDockLayout. This is needed in order the layout to be able to manage the dock position, set on the client.
Public method RegisterDockZone
Each zone will use this method in its OnInit event to register with the IDockLayout. This is needed in order the layout to be able to manage the dock positions, set on the client.
Public method SetDockParent
Docks the KaxDock control inside a child zone with ID=newParentClientID
Public method UnRegisterDock
Each dock will use this method in its OnUnload event to unregister with the IDockLayout. This is needed in order the layout to be able to manage the dock state properly.
Public method UnRegisterDockZone
Each zone will use this method in its OnUnload event to unregister with the IDockLayout.
Top
See Also