C-DEngine 5.105

nmiPlatBag..::..ShowInForm Property

Node side: does not send the control to client/browser if target view is a form

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

Syntax


public Nullable<bool> ShowInForm { get; set; }
Public Property ShowInForm As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> ShowInForm {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}