Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
- SyntaxColoring.CommentLinks.SetEnabled
- SyntaxColoring.CopyButton.SetEnabled
- SyntaxColoring.HelpMenu.GetEnabled
- SyntaxColoring.ZoomButton.SetEnabled
Release notes
- Version 10.4
- Added SyntaxColoring.HelpMenu.SetEnabled and SyntaxColoring.HelpMenu.GetEnabled functions.
Blog Entries
This function is free to use.
Created 1st September 2020, last changed 1st September 2020
SyntaxColoring.HelpMenu.GetEnabled - SyntaxColoring.LineNumbers.Disable