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 Ribbon property is used to access the Ribbon control of the associated control (Word Processing, PDF Reader, Spreadsheet, Image Editor, HTML Editor or Diagram Editor controls). This allows you to make the Ribbon control visible or invisible.
Example
// Hide the "Print" button in the ribbon
MyRibbon is Control <- WP_Document.Ribbon
{MyRibbon.FullName + ".BTN_WDFAA_Print", indControl}..Visible = False
Syntax
<Result> = <Control used>.Ribbon
<Result>: Control
Ribbon control associated with the specified control.
<Control used>: Control name
Name of the control that has a ribbon:
  • Word Processing,
  • PDF Reader,
  • Spreadsheet,
  • Image Editor,
  • HTML Editor.
  • Diagram Editor.
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help