C-DEngine 5.105

nmiCtrlFormTemplate..::..IsPopup Property

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

Syntax


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