i have an application where in i have to restrict a dockablecontrolpane inside a ultradockmanager . i cannot make the parent form mdiparent due to our application design.
i am using .net advantage 5.1
RashmiGowda,
Try setting the pane's Settings.AllowDragging property to false. This will prevent the end-user from dragging the pane to other locations on the form.
~Kim~