Table of Contents
LookNodes Property

Returns a collection of "Look" nodes.

Syntax
 public TreeLookNodeCollection LookNodes { get; }

Property Value

TreeLookNodeCollection

A collection of "Look" which defines tree nodes' appearance settings. "Look" is also a TreeNode object.

This property is read only. However, you can access the properties and methods of the object it returns.

Remarks

TreeView maintains a collection of "Looks" which can be applied to each tree node. You can change a specific "Look" to control the common appearance of the tree nodes that use this "Look". Each "Look" in the collection is also a TreeNode object. Apply "Look" to a tree node by using the TreeNode's LookID property.

See Navigation Item Look for more details.
See Also