Click or drag to resize

smartMessageSection Constructor (String, String, Int32, Int32, Int32, Int32)

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,
	int __height,
	int __width,
	int __leftRightMargin,
	int __leftRightPadding
)
Request Example View Source

Parameters

messageTitle
Type: SystemString
messageContent
Type: SystemString
__height
Type: SystemInt32
__width
Type: SystemInt32
__leftRightMargin
Type: SystemInt32
__leftRightPadding
Type: SystemInt32
See Also