Click or drag to resize

smartMessageSection Constructor (String, String, textLayout)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the smartMessageSection class

Namespace:  imbACE.Services.textBlocks.smart
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public smartMessageSection(
	string messageTitle,
	string messageContent,
	textLayout layout
)
Request Example View Source

Parameters

messageTitle
Type: SystemString
messageContent
Type: SystemString
layout
Type: imbACE.Services.textBlockstextLayout
See Also