T3000 CrossPlatform Documentation
FastColoredTextBoxFindChar Method |
[This is preliminary documentation and is subject to change.]
Finds given char after current caret position, moves the caret to found pos.
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected virtual void FindChar( char c )
Protected Overridable Sub FindChar ( c As Char ) Dim c As Char Me.FindChar(c)
Parameters
- c
- Type: SystemChar
[Missing <param name="c"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.FindChar(System.Char)"]
See Also