| Visual Basic (Declaration) | |
|---|---|
Public Class TreeKeyActionMappings Inherits KeyActionMappingsBase | |
| C# | |
|---|---|
public class TreeKeyActionMappings : KeyActionMappingsBase | |
This collection is automatically populated with a set of default TreeKeyActionMapping objects which describe standard keyboard behavior for the UltraTree.
TreeKeyActionMapping objects may be added, edited, or removed to change the keyboard behavior of the UltraTree.
The UltraTree may trigger more than one action for the same keyboard event. The TreeActionMappins are triggered in the order they exist in the collection.



