Highlight an interval on the experimental screen.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Sub ShowHighlightedItem ( _
	lItem As Integer, _
	lForeColor As Color _
)

Parameters

lItem
Type: System..::..Int32
Index of the interval to be highlighted. Maximum value is IFC-1
lForeColor
Type: System.Drawing..::..Color
Color of the highlighted interval, otherwise use SystemColors.ControlText

Remarks