Grips are special handles for moving a RadDockableObject. To
move the dockable object the user can drag one of the grips.
RadDockableObject has five grips:
-
Title bar
-
Top grip
-
Left grip
-
Right grip
-
Bottom grip
Two properties of RadDockableObject class specify which grips are
enabled(visible):
-
RadDockableObject.FloatingObjectEnabledGrips - specifies which grips are
enabled when the object is floating (outside a docking zone)
-
RadDockableObject.DockedObjectEnabledGrips - specifies which grips are enabled
when the object is docked inside a docking zone
It is also possible to let r.a.d.dock framework automatically manage
the enabled grips according to the docking state and the type of the
docking zone where the dockable object is docked. To enable this mode you
should set the corresponding property (FloatingObjectEnabledGrips and/or
DockedObjectEnabledGrips) to Auto.