AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de menús
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
Versión mínima requerida
  • Versión 9
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