Table of Contents

Interface IBookMark

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Represents properties and methods to store individual bookmark within Edit control.

public interface IBookMark

Properties

Description

When implemented by a class, gets or sets a string value that specifies short description of this IBookMark.

FileName

When implemented by a class, gets or sets a file name associated with this IBookMark.

Group

When implemented by a class, gets or sets a category associated with this IBookMark.

ImageIndex

When implemented by a class, gets or sets an image index associated with this IBookMark.

Index

When implemented by a class, gets an integer value that specifies an ordinal index of the bookmark.

Line

When implemented by a class, gets Y-coordinate of the position (index of line) within the Edit control's text.

Name

When implemented by a class, gets or sets a string value that specifies the name of this IBookMark.

Pos

When implemented by a class, gets X-coordinate of the bookmark position (position of character in a line) within the control's text.

Position

When implemented by a class, gets or sets position of the bookmark within the control's text. Y-Coordinate represents index of line and X-Coordinate - index of character in this line.

Tag

When implemented by a class, gets or sets user-defined data associated with this IBookMark.

Url

When implemented by a class, gets or sets an Url address of this IBookMark.

ZIndex

When implemented by a class, gets or sets an z-index associated with this IBookMark.

Methods

Assign(IBookMark)

When implemented by a class, copies the contents of another IBookMark object.