Message 1 of 6

Not applicable
02-19-2014
05:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anybody know if (and how) it is possible to use the status prompt for your own custom messages ?
When you let your user select some elements, you can use the statusprompt easely like so :
IList<Element> PickSelection= sel.PickElementsByRectangle("Select by rectangle my highly appreciated user");
But what if I want to use the status prompt for telling the user a certain action has ended. What I am trying to avoid is an anoying message box to inform the user an action has ended.
Is there soemthing like StatusPrompt.Show("Action completed"); ?
Solved! Go to Solution.