Version

CellClickAction Enumeration

Constants which describe the action which results from the end user clicking on a cell.
Syntax
'Declaration
 
Public Enum CellClickAction 
   Inherits System.Enum
public enum CellClickAction : System.Enum 
Members
MemberDescription
ActivateCellClicking on a cell activates the cell, i.e., causes it to become the UltraTree.ActiveCell
DefaultThe actual value is determined at a higher level of the resolution hierarchy.
EditCellClicking on a cell activates the cell and causes it to enter edit mode.
EditCellSelectTextClicking on a cell activates the cell and causes it to enter edit mode, and the cell's contents are selected after edit mode is entered. Note that this constant behaves the same as 'EditCell' in the case where the editor does not support text selection.
SelectNodeOnlyClicking on a cell causes the corresponding UltraTreeNode to become selected and/or activated, but does not activate the cell or put it into edit mode.
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