C-DEngine 5.105

TheNMIBaseControl..::..RenderTarget Property

can specify an ID of a HTML DIV Element where this control will be rendered in (AppendChild)

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

Syntax


public string RenderTarget { get; set; }
Public Property RenderTarget As String
	Get
	Set
public:
property String^ RenderTarget {
	String^ get ();
	void set (String^ value);
}