Gets or sets the columns property of the downlevel TEXTAREA

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

Syntax

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

See Also