This document is archived and information here might be outdated. Recommended version. |
Emphasizes the graphic.
[Visual Basic .NET] Public Sub Highlight ( _ ByVal id As Integer, _ ByVal bHighlight As Boolean _ )
[C#] public void Highlight ( int id, bool bHighlight );
[C++]
HRESULT Highlight(
long id,
VARIANT_BOOL bHighlight
);
[C++]
Parameters id [in]
id is a parameter of type long bHighlight [in]
bHighlight is a parameter of type bool
Highlights or unhighlights the graphic. More than one graphic can be highlighted at a time.