Line.ClearStyle Method

T3000 CrossPlatform

LineClearStyle Method

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

Clears style of chars, delete folding markers

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 Line
Dim styleIndex As StyleIndex

instance.ClearStyle(styleIndex)

Parameters

styleIndex
Type: FastColoredTextBoxNSStyleIndex

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

See Also