Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am writing a code in C# and need to add few options in the cmd line.
for example :
pkeyopt.keywords.add("First")
pkeyopt.keywords.add("Second")
I only want to make The F highlight in "First"
or E in "Second"
See the pic for the example:
If anyone knows please show me how thanks.
I did try keywords[0].Displayname but it still shows the whole word.
Solved! Go to Solution.