C-DEngine 5.105

nmiCtrlComboLookup..::..AddEmptyEntry Property

if true an empty "CDE_NOP" entry will be added to select a blank entry

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

Syntax


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