ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Ribbon functions
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
RibbonEndExpandedMode (Function)
In french: RubanFinModeDéplié
Collpases a collapsed ribbon that is temporily expanded.
Reminder: Collapsed is used to collapse a ribbon. In this case, only the captions of the panes are displayed (like for a standard menu). The content of the pane is displayed when the user clicks the caption of the pane. If the user clicks the caption of the pane or a button again, the content of the pane is no longer displayed automatically.
Example
// Collapse the ribbon once the size was selected in a Combo Box control.
// Selection of COMBO_Size
nSize is int = COMBO_Size[COMBO_Size]
RTFSelection(EDT_RTFTEXT, rtfFontSize, nSize)
RibbonEndExpandedMode()
Syntax
RibbonEndExpandedMode([<Ribbon control>])
<Ribbon control>: Optional control name
Name of the Ribbon control to use. If this parameter is not specified, it manipulates the Ribbon control of the current window.
Remarks
  • This function has no effect if the ribbon is not collapsed.
  • This function has no effect if no ribbon is found in the current window.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help