Gets a reference to the TableOfContentsObject.
[Visual Basic]
Public ReadOnly Property TableOfContents As TableOfContentsObject
[C#]
public TableOfContentsObject TableOfContents {get;}
A TableOfContentsObject value used to set viewer's table of contents treeview options.
This property is used to set the properties of the TableOfContents component of the control.
[C#]
private void arv_Load(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load |
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.