C-DEngine 5.105

TheNMIBaseControl..::..MergeBag Property

Allows to add a traditional ThePropertyBag to this control.

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

Syntax


public ThePropertyBag MergeBag { get; set; }
Public Property MergeBag As ThePropertyBag
	Get
	Set
public:
property ThePropertyBag^ MergeBag {
	ThePropertyBag^ get ();
	void set (ThePropertyBag^ value);
}