Gets or sets the rows property of the downlevel TEXTAREA

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public int DownLevelRows { get; set; }
Visual Basic
Public Property DownLevelRows As Integer
	Get
	Set
Visual C++
public:
property int DownLevelRows {
	int get ();
	void set (int value);
}

See Also