Back to X64dbg

GuiScriptEnableHighlighting

docs/developers/functions/gui/GuiScriptEnableHighlighting.md

2026.04.20420 B
Original Source

GuiScriptEnableHighlighting

Set whether syntax highlighting in the script view is enabled.

c++
void GuiScriptEnableHighlighting(bool enable);

Parameters

enable True to enable syntax highlighting in the script view, false otherwise.

Return Value

This function does not return a value.

Example

c++
GuiScriptEnableHighlighting(true);
  • List of related functions