Click or drag to resize

FormActMainMainTreeView Property

The TreeView object of the main window. You should not navigate through the nodes to enumerate things as the node collection is populated dynamically as nodes are expanded

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public TreeView MainTreeView { get; set; }

Property Value

Type: TreeView
See Also