Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SyntaxColoring.SetRelationGraphSearchBoxPreferredSize
Sets the preferred size for the relation graph.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 6.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "SyntaxColoring.SetRelationGraphSearchBoxPreferredSize"; Size ) More
Parameters
Parameter | Description | Example |
---|---|---|
Size | The preferred size of the search box. | 200 |
Result
Returns OK or error.
Description
Sets the preferred size for the relation graph.This setting can be set via the preferences dialog, too.
Examples
Request 500 pixel width:
MBS( "SyntaxColoring.SetRelationGraphPreferredSize"; 500 )
See also
Blog Entries
This function is free to use.
Created 3th June 2016, last changed 13th May 2021
SyntaxColoring.SetMinCalcFontSize - SyntaxColoring.SetRememberColumnWidths
