C-DEngine 5.105

TheNMIBaseControl..::..UseTE Property

Wraps the control in a "ctrlTileEntry” control for better Look-n-Feel in Table. This setting has not impact on Forms

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

Syntax


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