Highlight

Property of ILabelInfo

Description

Highlight regular expression replace string

Property type

Read-Only Property of type BSTR

Syntax

JavaScript

var sVal = LabelInfo.Highlight;

==== Visual Basic Script ====

sVal = LabelInfo.Highlight

==== C++ ====

BSTR sVal;
HRESULT hr = LabelInfo.get_Highlight(&sVal);

===== See Also ===== ILabelInfo