FastColoredTextBox.IsChanged Property

T3000 CrossPlatform

FastColoredTextBoxIsChanged Property

[This is preliminary documentation and is subject to change.]

Text was changed

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public bool IsChanged { get; set; }
Public Property IsChanged As Boolean
	Get
	Set

Dim instance As FastColoredTextBox
Dim value As Boolean

value = instance.IsChanged

instance.IsChanged = value

Property Value

Type: Boolean
See Also