Sets the caption of response buttons.

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

Syntax

Visual Basic
Public Function SetResponseNames ( _
	szArgs As String(), _
	szStart As String, _
	szNext As String, _
	szCancel As String _
) As String

Parameters

szArgs
Type: array<System..::..String>[]()[][]
Required. String. The caption of response button will be set for each string in the array.
szStart
Type: System..::..String
Required. String. Text for the Start button.
szNext
Type: System..::..String
Required. String. Text for the Next button.
szCancel
Type: System..::..String
equired. String. Text for the Cancel button.

Return Value

[Missing <returns> documentation for "M:ExpSuite.frmExp.SetResponseNames(System.String[],System.String,System.String,System.String)"]

Remarks

The number of items in szArgs() must less or equal to AFC.

See Also