In This Article

IBookmarkIndicatorManager Interface

Provides the base requirements for a class containing helper methods related to working with bookmark indicators.

public interface IBookmarkIndicatorManager : ILineIndicatorManager<BookmarkIndicatorTagger, BookmarkIndicatorTag>

Methods

ToggleEnabledState(BookmarkIndicatorTag)

Toggles the enabled state of the specified bookmark.

bool ToggleEnabledState(BookmarkIndicatorTag tag)
Parameter Type Description
tag BookmarkIndicatorTag

The indicator tag to examine.

Returns

bool:

true if the enabled state was toggled; otherwise, false.

Inherited Members