OnItemDblClick Property

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

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

Client support

   Newlook Smartclient only.

Use

The ItemDblClick event occurs when the user double clicks an item in the ListView control.

Use this event to determine which ListItem was double clicked. This event is triggered before the Click event. The standard Click event is generated if the mouse is clicked on any part of the ListView control. The ItemDblClick event is generated only when the mouse is double clicked on the text or image of a ListItem object.

See Also

OnItemCheck property | OnItemClick property

Applies To

ListView control


© 2004-2021 looksoftware. All rights reserved.