Specifies the ToggleBorder state. ToggleBorder is a handy function which allows you to see the borders without setting things to border = 1 or something like that in code. It's used for all HTML Tables, HTML Cells, Forms and Divs.

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

Syntax

C#
public bool ToggleBorder { get; set; }
Visual Basic
Public Property ToggleBorder As Boolean
	Get
	Set
Visual C++
public:
property bool ToggleBorder {
	bool get ();
	void set (bool value);
}

See Also