Range.ToStyleIndex Method

T3000 CrossPlatform

RangeToStyleIndex Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.Range.ToStyleIndex(System.Int32)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public static StyleIndex ToStyleIndex(
	int i
)
Public Shared Function ToStyleIndex ( 
	i As Integer
) As StyleIndex

Dim i As Integer
Dim returnValue As StyleIndex

returnValue = Range.ToStyleIndex(i)

Parameters

i
Type: SystemInt32

[Missing <param name="i"/> documentation for "M:FastColoredTextBoxNS.Range.ToStyleIndex(System.Int32)"]

Return Value

Type: StyleIndex

[Missing <returns> documentation for "M:FastColoredTextBoxNS.Range.ToStyleIndex(System.Int32)"]

See Also