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.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

SyntaxColoring.HelpMenu.SetEnabled

Sets whether MBS Plugin menu entries show in help menu.

Component Version macOS Windows Linux Server iOS SDK
SyntaxColoring 10.4 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "SyntaxColoring.HelpMenu.SetEnabled" )

Parameters

none

Result

Returns OK or error.

Description

Sets whether MBS Plugin menu entries show in help menu.

Examples

Disable MBS menu entries:

MBS("SyntaxColoring.HelpMenu.SetEnabled"; 0)

Enable MBS menu entries:

MBS("SyntaxColoring.HelpMenu.SetEnabled"; 1)

See also

Release notes

Blog Entries

This function is free to use.

Created 1st September 2020, last changed 1st September 2020


SyntaxColoring.HelpMenu.GetEnabled - SyntaxColoring.LineNumbers.Disable

💬 Ask a question or report a problem