C-DEngine 5.105

TheNMIBaseControl..::..NoTE Property

Prevents a control from being wrapped in a ctrlTileEntry in a Form. This Setting has no impact on Tables

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

Syntax


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