Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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