Sets the request text in the experiment. This may be the question to the subject or something else...

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

Syntax

Visual Basic
Public Sub SetRequestText ( _
	szText As String, _
	lForeColor As Color _
)

Parameters

szText
Type: System..::..String
Request to the subject.
lForeColor
Type: System.Drawing..::..Color
Color of the text, if Nothing or Color.Empty the standard windows color is used.

Remarks