C-DEngine 5.105

nmiCtrlTextArea..::..Rows Property

Determines how many rows a text area should have

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

Syntax


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