Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Properties | Public Member Functions | List of all members
TextEditor.HighlightGroup Class Reference

Bundles a group of markers together so that they can be cleared together. More...


Source file:
Inheritance diagram for TextEditor.HighlightGroup:

Remarks

Bundles a group of markers together so that they can be cleared together.

Properties

IList< TextMarker > Markers [get]
 

Public Member Functions

 HighlightGroup (TextEditorControl editor)
 
void AddMarker (TextMarker marker)
 
void ClearMarkers ()
 
void Dispose ()