Click or drag to resize

CommandListAppendDefaultToLabel Method

Used in a switch-block, specifies the default case and the labelled target command position within the current list.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendDefaultToLabel(
	string label
)

Parameters

label  String
The label which designates the position of the default target command within the current list.
Remarks
See Also