C-DEngine 5.105

nmiCtrlTileButton..::..IsRefresh Property

If set to true, this button is the main refresher of the form

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

Syntax


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