Click or drag to resize

aceLogAppendPanel 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 AppendPanel(
	string content,
	string comp_heading = "",
	string comp_description = "",
	Object comp_style = null
)
Request Example View Source

Parameters

content
Type: SystemString
comp_heading (Optional)
Type: SystemString
comp_description (Optional)
Type: SystemString
comp_style (Optional)
Type: SystemObject

Implements

ITextAppendContent.AppendPanel(String, String, String, Object)
See Also