C-DEngine 5.105

TheNMIEngine..::..AddWizardSpacer Method

Adds a small blank Spacer Tile

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static TheFieldInfo AddWizardSpacer(
	TheThing pBaseThing,
	TheFormInfo pForm,
	int pPageNumber,
	int FldOrder,
	int width,
	int height,
	ThePropertyBag pPropertyBag
)
Public Shared Function AddWizardSpacer ( _
	pBaseThing As TheThing, _
	pForm As TheFormInfo, _
	pPageNumber As Integer, _
	FldOrder As Integer, _
	width As Integer, _
	height As Integer, _
	pPropertyBag As ThePropertyBag _
) As TheFieldInfo
public:
static TheFieldInfo^ AddWizardSpacer(
	TheThing^ pBaseThing, 
	TheFormInfo^ pForm, 
	int^ pPageNumber, 
	int^ FldOrder, 
	int^ width, 
	int^ height, 
	ThePropertyBag^ pPropertyBag
)

Parameters

pBaseThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
Thing owning the spacer
pForm
Type: nsCDEngine.Engines.NMIService..::..TheFormInfo
Target Form of the spacer
pPageNumber
Type: Int32
Page number the spacer should be put on
FldOrder
Type: Int32
FldNumber of the spacer
width
Type: Int32
Width of the spacer
height
Type: Int32
Height of the spacer
pPropertyBag
Type: nsCDEngine.Engines.NMIService..::..ThePropertyBag
Additional properties for the spacer

Return Value