Click or drag to resize

ILogBuilderconsoleAltColorToggle Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the alternative color mode for console output. Use set exact to set exactly the value for alternative color, otherwise it works in Toggle mode.

Namespace:  imbSCI.Core.reporting
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
void consoleAltColorToggle(
	bool setExact = false,
	int altChange = -1
)
Request Example View Source

Parameters

setExact (Optional)
Type: SystemBoolean
if set to true [set exact].
altChange (Optional)
Type: SystemInt32
The alt change.

Implements

ITextRenderconsoleAltColorToggle(Boolean, Int32)
See Also