C-DEngine 5.105

TheFormInfo..::..IsPostingOnSubmit Property

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

Syntax


public bool IsPostingOnSubmit { get; set; }
Public Property IsPostingOnSubmit As Boolean
	Get
	Set
public:
property bool^ IsPostingOnSubmit {
	bool^ get ();
	void set (bool^ value);
}