|
|
|
|
|
UndockablePane (Property) In french: VoletDétachable
The UnlockablePane property is used to: - Determine if the end user can move the panes of a Ribbon or Dynamic Tab control outside the window.
- Allow or prevent the end user from moving the panes of a Ribbon or Dynamic Tab control outside the window.
TAB_Dynamic.UndockablePane = True
Syntax
Determining if all the panes of a Ribbon or Dynamic Tab control can be undocked Hide the details
<Result> = <Control used>.UndockablePane
<Result>: Boolean - True if all the panes of the control can be undocked,
- False if the panes of the control cannot be undocked.
<Control used>: Control name Name of the control to be used: - Tab control,
- Ribbon control.
Allowing or preventing all the panes of a Ribbon or Dynamic Tab control from being undocked Hide the details
<Control used>.UndockablePane = <Undockable or not>
<Control used>: Control name Name of the control to be used: - Tab control,
- Ribbon control.
<Undockable or not>: Boolean - True if all the panes of the control should be undockable,
- False if the panes of the control should not be undockable.
Remarks - If the pane is undockable, it can be detached by Drag and Drop from the pane button outside the button area.
- An undocked pane can be re-docked by dragging it and dropping it into the button area of the Tab or Ribbon control.
- If the Tab control has horizontal or vertical anchors, the free window can be resized.
- If the WithClosingButton property is set to False, the free window cannot be closed.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|