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