Gets or sets the macro or script to run when the ItemClick event is triggered.
object.OnItemClick = [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.
Newlook Smartclient only.
The ItemClick event occurs when the user clicks on an item in the ListView control. Use this event to determine which ListItem was 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 ItemClick event is generated only when the mouse is clicked on the text or image of a ListItem object.
OnItemCheck property | OnItemDblClick property
© 2004-2021 looksoftware. All rights reserved.