AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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.
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local