ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Menu 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
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
Example
// Remove the checkmark displayed in front of "OPT_IconBar"
MenuUnMark(OPT_IconBar)
Syntax
MenuUnmark([<Window>, ] <Menu option>)
<Window>: Optional window name
Name of the window containing the menu option to unmark.
If this parameter is not specified, MenuUnMark will handle the current window.
<Menu option>: Option name
Name of the menu option to unmark. This name is defined in the description window of the menu option.
Remark: This name must be specified without quotes.
Remarks
This function is equivalent to the Checked property.
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help