Version

TreeKeyActionMappings Class

A Collection of KeyActionMappings that determines how the UltraTree responds to keyboard input.
Syntax
'Declaration
 
Public Class TreeKeyActionMappings 
   Inherits Infragistics.Win.KeyActionMappingsBase
public class TreeKeyActionMappings : Infragistics.Win.KeyActionMappingsBase 
Remarks

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.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also