FastColoredTextBox.GetStylesOfChar Method

T3000 CrossPlatform

FastColoredTextBoxGetStylesOfChar Method

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

Returns list of styles of given place

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public List<Style> GetStylesOfChar(
	Place place
)
Public Function GetStylesOfChar ( 
	place As Place
) As List(Of Style)

Dim instance As FastColoredTextBox
Dim place As Place
Dim returnValue As List(Of Style)

returnValue = instance.GetStylesOfChar(place)

Parameters

place
Type: FastColoredTextBoxNSPlace

[Missing <param name="place"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.GetStylesOfChar(FastColoredTextBoxNS.Place)"]

Return Value

Type: ListStyle

[Missing <returns> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.GetStylesOfChar(FastColoredTextBoxNS.Place)"]

See Also