Loads the Bookmark objects into a Windows Forms TreeView control.
[Visual Basic]
Public Sub FillTree( _
ByVal treeView As TreeView _
)
[C#]
public void FillTree(
TreeView treeView
);
You can use this method to fill any TreeView with the bookmarks collection and customize the look and feel of the Table of Contents.
[C#]
private void frmViewer_Load(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub frmViewer_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load |
BookmarksCollection Class | BookmarksCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.