Message 1 of 4
Line break in selection prompt (Tooltip)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I'm trying to add some text to a selection prompt and would like to have a line break instead of a one liner.
i tried Chr(10) and (13) but it's not doing it.
what's the trick?
Dim oFrontFace As Face oFrontFace = ThisApplication.CommandManager.Pick(SelectionFilterEnum.kPartFaceFilter, "Select Surface to Place Text On."& CHR(13)+chr(10)& " Ideally select front face or you can rearrange the geometries in the sketch later")