GetStyleIndexMask Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Returns StyleIndex mask of given styles

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

Syntax

C#
public StyleIndex GetStyleIndexMask(
	Style[] styles
)
Visual Basic
Public Function GetStyleIndexMask ( _
	styles As Style() _
) As StyleIndex
Visual C++
public:
StyleIndex GetStyleIndexMask(
	array<Style^>^ styles
)

Parameters

styles
Type: array<FastColoredTextBoxNS..::..Style>[]()[][]

Return Value

StyleIndex mask of given styles

See Also