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: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.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

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


SyntaxColoring.HelpMenu.GetEnabled - SyntaxColoring.LineNumbers.Disable

Feedback: Report problem or ask question.