IsExportable Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
This style is exported to outer formats (HTML for example)

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

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

See Also