C-DEngine 5.105

TheNMIEngine..::..AddWizardExplainer Method

Adds an explainer Text to a Wizard

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

Syntax


public static TheFieldInfo AddWizardExplainer(
	TheThing pMyBaseThing,
	TheFormInfo pForm,
	int WizardPage,
	int fldOrder,
	int pACL,
	string pText,
	ThePropertyBag BagItems
)
Public Shared Function AddWizardExplainer ( _
	pMyBaseThing As TheThing, _
	pForm As TheFormInfo, _
	WizardPage As Integer, _
	fldOrder As Integer, _
	pACL As Integer, _
	pText As String, _
	BagItems As ThePropertyBag _
) As TheFieldInfo
public:
static TheFieldInfo^ AddWizardExplainer(
	TheThing^ pMyBaseThing, 
	TheFormInfo^ pForm, 
	int^ WizardPage, 
	int^ fldOrder, 
	int^ pACL, 
	String^ pText, 
	ThePropertyBag^ BagItems
)

Parameters

pMyBaseThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
Owner of the Wizard - can be null if the wizard is not owned by a Thing
pForm
Type: nsCDEngine.Engines.NMIService..::..TheFormInfo
Wizard TheFormInfo
WizardPage
Type: Int32
Page of the wizard to add this Explainer to
fldOrder
Type: Int32
Position in the explainer (1-4)
pACL
Type: Int32
Visibility ACL
pText
Type: String
Text of the Explainer
BagItems
Type: nsCDEngine.Engines.NMIService..::..ThePropertyBag
Additional Property Items

Return Value