C-DEngine 5.105

nmiCtrlComboBox..::..Options Property

Options of the Combobox separated by ; if value and option need to be different use "Option":"Value" if grouping is desired separate the grooups with ";:;" For the ThingPicker use "LOOKUP:THINGPICKER" RETIRED: Please use nmiCtrlThingPicker for the PropertyPicker use "LOOKUP:PROPERTYPICKER:ThingGUID" RETIRED: please use nmiCtrlPropertyPicker

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

Syntax


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