Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Code Block
Transfer Param1 to Index 

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

See Also

ItemList