12-04-2022
10:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-04-2022
10:15 PM
Here is the set color method. And if you look to a sample here you can see how to add that in. The snippet required is shown below.
Dim oStyle As TextStyle = oSketch.TextBoxes.Item(1).Style
' Change the highlight color to green.
Dim oGreen As Color = ThisApplication.TransientObjects.CreateColor(0, 255, 0)
oStyle.Color = oGreen
If this solved a problem, please click (accept) as solution.
Or if this helped you, please, click (like)
Regards
Alan
Or if this helped you, please, click (like)
Regards
Alan