T3000 CrossPlatform Documentation
FastColoredTextBoxGetStyleIndex Method |
[This is preliminary documentation and is subject to change.]
Returns index of the style in Styles
-1 otherwise
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int GetStyleIndex( Style style )
Public Function GetStyleIndex ( style As Style ) As Integer Dim instance As FastColoredTextBox Dim style As Style Dim returnValue As Integer returnValue = instance.GetStyleIndex(style)
Parameters
- style
- Type: FastColoredTextBoxNSStyle
[Missing <param name="style"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.GetStyleIndex(FastColoredTextBoxNS.Style)"]
Return Value
Type: Int32Index of the style in Styles
See Also