C-DEngine 5.105

nmiCtrlTileButton..::..IsSubmit Property

If true, this button will submit a form/wizard that has "IsPostingOnSubmit" enabled

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

Syntax


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