Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created June 6, 2024 13:38
Show Gist options
  • Save bjoerntx/bc2a3ec0e0454190e0eebec1433a6038 to your computer and use it in GitHub Desktop.
Save bjoerntx/bc2a3ec0e0454190e0eebec1433a6038 to your computer and use it in GitHub Desktop.
private static void AddSubTextPart(ServerTextControl textControl, BlockInfo block)
{
var subTextPart = new SubTextPart("txmb_" + block.BlockName, 1, block.StartIndex, block.EndIndex - block.StartIndex);
textControl.SubTextParts.Add(subTextPart);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment