Highlighting
 
Functions Introduced:
The function ProSelectionHighlight() highlights an item specified by a ProSelection object in a color chosen from the enumerated type ProColortype. This highlight is the same as the one used by (and ProSelect()) when selecting an item—it just repaints the wire-frame display in the new color. The highlight is removed if you use the View Repaint command or ProWindowRepaint(); it is not removed if you use ProWindowRefresh().
The function ProSelectionUnhighlight() removes the highlight.
ProSelectionHighlight() will not change the highlight color of an item already highlighted. If you need to do this, call ProSelectionUnhighlight() on the first item.
The function ProSelectionDisplay() does the same highlight as ProSelectionHighlight() but uses the standard highlight color used by .
Note:
 
For performance reasons, calls to ProSelectionHighlight() are cached and executed after a short delay or after a window repaint.
Isto foi útil?