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
RibbonHighlightPane (Function)
In french: RubanSurligneVolet
Highlights a tab in a Ribbon control. Highlighting a tab consists in displaying a new tab above the specified tab, with the specified text and color.
Example
// Click on an image
RibbonHighlightPane(RIBBON_Menu, 5, "Image tools", LightMagenta)
Syntax
RibbonHighlightPane([<Ribbon control>, ] <Index> , <Text> [, <Color>])
<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.
<Index>: Integer
Index of the tab to be used.
<Text>: Character string
Text to display during the highlighting. If this parameter corresponds to an empty string (""), the highlighting will be deleted.
<Color>: Integer or Integer constant (optional)
Highlighting color. This color can correspond to:This color is applied to the entire additional tab. If this parameter is not specified, the color used corresponds to the tab color.
Remarks
  • The highlighted tab is not selected.
  • The Ribbon control must be found in the current window.
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