C-DEngine 5.105

TheNMIBaseControl..::..InitControl Method

General function to initialize a control

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

Syntax


public virtual bool InitControl(
	TheNMIBaseControl pTargetControl,
	TheTRF pTRF,
	ThePropertyBag pPropertyBag,
	Nullable<Guid> pModelID
)
Public Overridable Function InitControl ( _
	pTargetControl As TheNMIBaseControl, _
	pTRF As TheTRF, _
	pPropertyBag As ThePropertyBag, _
	pModelID As Nullable(Of Guid) _
) As Boolean
public:
virtual bool^ InitControl(
	TheNMIBaseControl^ pTargetControl, 
	TheTRF^ pTRF, 
	ThePropertyBag^ pPropertyBag, 
	Nullable<Guid^> pModelID
)

Parameters

pTargetControl
Type: nsCDEngine.Engines.NMIService..::..TheNMIBaseControl
Parent control this control will be inserted to
pTRF
Type: nsCDEngine.Engines.NMIService..::..TheTRF
TFR definition for this controls
pPropertyBag
Type: nsCDEngine.Engines.NMIService..::..ThePropertyBag
Propertybag of the control
pModelID
Type: Nullable<(Of <(<'Guid>)>)>
Model GUID of the control

Return Value