The ActivateCell method causes the cell defined by the specified column to become the ActiveCell. If the ActivateCell method is called on an UltraTreeNode that is not the ActiveNode, that node is first activated. If the BeforeActivate event is canceled, preventing that node from becoming activated, the ActivateCell method will fail and return false. Similarly, if the BeforeCellActivate event is canceled, the ActivateCell method will fail and return false.
Note: The ActivateCell method can be used as an alternative to setting the control's ActiveCell property. Setting the control's ActiveCell property requires that an UltraTreeNodeCell object be created, whereas calling the ActivateCell method does not.
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