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: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

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

See Also