C-DEngine 5.105

nmiCtrlPropertyPicker..::..AllowMultiSelect Property

If true, the property picker allows to select multiple properties and returns a string with the properties separated by the "Separator"

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

Syntax


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