FastColoredTextBox.ClearStyle Method

T3000 CrossPlatform

FastColoredTextBoxClearStyle Method

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

Clear style of all text

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void ClearStyle(
	StyleIndex styleIndex
)
Public Sub ClearStyle ( 
	styleIndex As StyleIndex
)

Dim instance As FastColoredTextBox
Dim styleIndex As StyleIndex

instance.ClearStyle(styleIndex)

Parameters

styleIndex
Type: FastColoredTextBoxNSStyleIndex

[Missing <param name="styleIndex"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.ClearStyle(FastColoredTextBoxNS.StyleIndex)"]

See Also