Method Initialize
Initialize(ISyntaxEdit, Action)
Initializes scrollbar annotation data from specified source.
public void Initialize(ISyntaxEdit edit, Action annotationsChangedAction)
Parameters
edit
ISyntaxEditISyntaxEdit
that is a source of the annotations.annotationsChangedAction
ActionAction to be performed when annotations changed.