C-DEngine 5.105

nmiCtrlPropertyPicker..::..MultiLines Property

Instead of using a single input text, this property picker will use a multi-line Text Field

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

Syntax


public Nullable<int> MultiLines { get; set; }
Public Property MultiLines As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int^> MultiLines {
	Nullable<int^> get ();
	void set (Nullable<int^> value);
}