IDockLayout Methods |
The IDockLayout type exposes the following members.
Name | Description | |
---|---|---|
![]() |
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.
|
![]() |
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.
|
![]() |
SetDockParent |
Docks the KaxDock control inside a child zone with ID=newParentClientID
|
![]() |
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.
|
![]() |
UnRegisterDockZone |
Each zone will use this method in its OnUnload event to unregister
with the IDockLayout.
|