C-DEngine 5.105

nmiCtrlComboBox..::..GroupLookup Property

If a group uses an integer this lookup can be used to find a matching test for the group #

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

Syntax


public string GroupLookup { get; set; }
Public Property GroupLookup As String
	Get
	Set
public:
property String^ GroupLookup {
	String^ get ();
	void set (String^ value);
}