Fired when the user clicks on a popup item.

Parameters

ParameterDescription
IndexIndex to the clicked item

Remarks

The OnItemClick fires when the user clicks on a popup item. The event fires no matter what the item's Hyperlink and Button settings are.

If you've set the Animation property to something other than None, the using the Visible property to hide the popup during this event may not work--especially if you are using synchronous events. If this occurs, then use the Close method instead.

Example

Transfer Param1 to Index 

// Get the item 
Item = Get_Property(@Window:".OLE_POPUP", "OLE.Item[":Index:"]")

See Also

ItemList

  • No labels