Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

MenuItem.SetStrikeOut

Sets the strikeout value of the menu item.

Component Version macOS Windows Linux Server iOS SDK
Menu 6.5 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "MenuItem.SetStrikeOut"; item; Value )   More

Parameters

Parameter Description Example
item The reference to the menu item. Please create one with MenuItem.CreateMenuItem or MenuItem.CreateSeparator. $item
Value The new setting. 1

Result

Returns OK or error.

Description

Sets the strikeout value of the menu item.
The text will be down stroked out.

Examples

Creates a menu item with stroked out text:

Set Variable [$item; Value:MBS("MenuItem.CreateMenuItem"; "Striked out")]
Set Variable [$r; Value:MBS("MenuItem.SetStrikeOut"; $item; 1)]
Set Variable [$r; Value:MBS("Menu.AddItem"; $menu; $item)]

See also

Blog Entries

This function is free to use.

Created 1st October 2016, last changed 1st October 2016


MenuItem.SetState - MenuItem.SetSubMenu

💬 Ask a question or report a problem