Table of Contents

Method BlockDeleting

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

BlockDeleting(Rectangle, string)

Removes all bookmarks belongs to specified file within specified rectangle.

public bool BlockDeleting(Rectangle rect, string fileName)

Parameters

rect Rectangle

Specifies rectangle to check.

fileName string

IBookMark.FileName to check.

Returns

bool

True if succeed; otherwise false.