GetStyleIndex Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Returns index of the style in Styles -1 otherwise

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public int GetStyleIndex(
	Style style
)
Visual Basic
Public Function GetStyleIndex ( _
	style As Style _
) As Integer
Visual C++
public:
int GetStyleIndex(
	Style^ style
)

Parameters

style
Type: FastColoredTextBoxNS..::..Style

Return Value

Index of the style in Styles

See Also