The BookmarksViewer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BookmarksViewer |
Create a new BookmarksViewer.
|
Methods
| Name | Description | |
|---|---|---|
| BeginTitleEdit |
Initiates the editing of the title of the selected bookmark.
| |
| Collapse |
Collapse bookmark.
| |
| CollapseAll |
Collapses all bookmarks.
| |
| Dispose |
Clean up any resources being used.
(Overrides Control..::..Dispose(Boolean).) | |
| Expand |
Expand bookmark.
| |
| ExpandAll |
Expands all bookmarks.
| |
| IsExpanded |
Checks whether the bookmark is in the expanded state.
|
Properties
| Name | Description | |
|---|---|---|
| ActionHandler |
This ActionHandler is responsible for executing actions that are associated
with events that are raised by this BookmarksViewer.
| |
| Document |
The PDF document that holds the bookmarks that are displayed by this control.
| |
| ImageList |
Gets or sets the System.Windows.Forms.ImageList that contains the icons for the bookmark nodes in this viewer.
| |
| PagesViewer |
The associated PagesViewer control. When the user clicks an node in the bookmark tree,
this PagesViewer control will behave accordingly.
| |
| SelectedBookmark |
The bookmark that is currently selected.
| |
| TitleEdit |
Gets or sets a value indicating whether the title of the selected bookmark can be edited.
|
Events
| Name | Description | |
|---|---|---|
| AfterBookmarkSelected |
Fired after the bookmark has been selected. If the cancel flag of this
event gets set, the actions that are associated with this bookmark
will not be executed.
| |
| AfterBookmarkTitleEdit |
Raised after the bookmark title has been edited.
| |
| BeforeBookmarkTitleEdit |
Raised before the bookmark title is edited.
| |
| SetBookmarkIcon |
Fired when a bookmark is shown for the first time in the bookmarks viewer or when
the bookmark has changed. Handle this event to set a custom icon.
|