OnNodeDoubleClick Property

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

object.OnNodeCoubleClick = [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 NodeDoubleClick event is triggered.

Client support

   Newlook Smartclient only.

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

NOTE:

A macro cannot be assigned to both this event and the OnNodeClick 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 | OnNodeClick property

Applies To

TreeView control


© 2004-2021 looksoftware. All rights reserved.