Returns the index of the currently selected bookmark.
[Visual Basic]
Public Property CurrentBookmark As Integer
[C#]
public int CurrentBookmark {get; set;}
An integer value that represents the number of bookmark objects in the collection.
[C#]
private void arv_TableOfContentsClick(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub arv_TableOfContentsClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles arv.TableOfContentsClick |
BookmarksCollection Class | BookmarksCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.