|

NodeIndex


(string) The index of the node that you want to remove.


Tip: To remove all nodes in the tree, set NodeIndex to "0".


image

Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Tree.SetEnabled

OverviewExamples

Tree.SetEnabled ( string ObjectName,


boolean Enabled = true )


De s cr ip t ion


Sets the enabled/disabled state of a tree object.


Note: When a tree object is disabled, it doesn't respond to user interaction.


image

P arame t er s


ObjectName


(string) The name of the tree object.


|