Click or drag to resize

aceLogAppendLabel Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public void AppendLabel(
	string content,
	bool isBreakLine = true,
	Object comp_style = null
)
Request Example View Source

Parameters

content
Type: SystemString
isBreakLine (Optional)
Type: SystemBoolean
comp_style (Optional)
Type: SystemObject

Implements

ITextAppendContent.AppendLabel(String, Boolean, Object)
See Also