Determines whether the viewer's table of contents tree is enabled.
[Visual Basic]
Public Property Enabled As Boolean
[C#]
public bool Enabled {get; set;}
A Boolean value. True if the table of contents is enabled; otherwise, False. The default value is True.
[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 |
TableOfContentsObject Class | TableOfContentsObject Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.