ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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.
Example
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.
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help