Skip to main content
A newer version of this page is available. .
All docs
V22.1

TextEditCustomHighlightTextEventArgs Constructors

Contains data for the TextEdit.CustomHighlightText and RepositoryItemTextEdit.CustomHighlightText events.
Name Parameters Description
TextEditCustomHighlightTextEventArgs(Int32, String, Int32, Boolean) lineIndex, text, startIndex, isMonospaceFont Initializes a new instance of the TextEditCustomHighlightTextEventArgs class with specified settings.
See Also