OnNodeClick Property

Gets or sets the macro or script to run when the NodeClick event is triggered.

object.OnNodeClick = [string]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and string is a string expression specifying the script or macro to run when the NodeClick event is triggered.

Client support

   Newlook Smartclient only.

Use

The NodeClick event occurs when a user clicks a Node in the TreeView control.

NOTE:

A macro cannot be assigned to both this event and the OnNodeDoubleClick property as the single click event will take precedence when the user double clicks and the NodeDoubleClick event will never be triggered.

See Also

OnNodeCheck property | OnNodeDoubleClick property

Applies To

TreeView control


© 2004-2021 looksoftware. All rights reserved.