Member | Description |
---|---|
ActiveCell | The UltraTree.ActiveCell property returns a non-null value. |
ActiveCellIsInFirstLogicalColumn | The UltraTree.ActiveCell is in the first logical column of cells displayed by the UltraTree.ActiveNode. |
ActiveCellIsInLastLogicalColumn | The UltraTree.ActiveCell is in the last logical column of cells displayed by the UltraTree.ActiveNode. |
ActiveCellIsOnFirstLogicalRow | The UltraTree.ActiveCell is on the first logical row of cells displayed by the UltraTree.ActiveNode. |
ActiveCellIsOnLastLogicalRow | The UltraTree.ActiveCell is on the last logical row of cells displayed by the UltraTree.ActiveNode. |
ActiveNodeDisplaysCells | The UltraTree.ActiveNode displays cells. |
AllowCopy | Determines if the UltraTree.SelectedNodes can be copied to the clipboard. |
AllowCut | Determines if the UltraTree.SelectedNodes can be cut to the clipboard. |
AllowPaste | Determines if the nodes from the clipboard can be pasted into the UltraTree.ActiveNode's UltraTreeNode.Nodes collection. |
CellInEditMode | The UltraTree.ActiveCell property returns a non-null value, and that cell is in edit mode. |
FirstCellActive | The UltraTree.ActiveCell property returns a non-null value, and that cell belongs to the first logical column displayed by the UltraTreeNode to which it belongs. |
FirstNodeActive | The first visible, enabled node displayed by the control is the UltraTree.ActiveNode. |
HasNodeChangesPending | The UltraTree.ActiveNode has pending changes to cell values that have not yet been committed. |
InEdit | Active Node is in edit mode |
IsCheckbox | Active Node has a check box |
IsOptionButton | Active Node's NodeStyle property is set to OptionButton |
LastCellActive | The UltraTree.ActiveCell property returns a non-null value, and that cell belongs to the last logical column displayed by the UltraTreeNode to which it belongs. |
LastNodeActive | The last visible, enabled node displayed by the control is the UltraTree.ActiveNode. |
NextNodeDisplaysCells | The next visible, enabled node relative to the UltraTree.ActiveNode displays cells. |
NodeChild | Active Node is a child Node |
NodeExpandable | Active Node is expandable |
NodeExpanded | Active Node is expanded |
NodeFirst | Active Node is first Node |
NodeHasChildren | Active Node has Children |
NodeLast | Active Node is last Node |
NodeNotExpandable | Active Node is not expandable |
NoFocusRect | The tree does not draw focus rectangles around the active node. This is probably because UltraTree.DrawsFocusRect is resolving to false. |
PreviousNodeDisplaysCells | The previous visible, enabled node relative to the UltraTree.ActiveNode displays cells. |
TabKeyNavigatesToNextCell | The control's UltraTreeColumnSettings.TabNavigation property resolves to 'NextCell' |
TabKeyNavigatesToNextControl | The control's UltraTreeColumnSettings.TabNavigation property resolves to 'NextControl' |
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