Versions Compared

Key

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

...

The ItemList property sets or gets all the items in the popup. Popup items are rectangular areas on the popup control which contain text or an image. Items can have various effects such as background colors, button effects, and hyperlink effects. The user can click on any items, in which the OnItemClick event is fired.

The ItemList property is an @FM delimited array of items. Each item is comprised of several @VM delimited attributes. Each attributes is explained below in detail.

...

Code Block
// Set a single centered text item in the popup 
Items = ""  
Items<1, 1> = "0":@SVM:"0":@SVM:"170":@SVM:"130"  
Items<1, 2> = "Hello, World!"  
Items<1, 4> = "":@SVM:"":@SVM:"700":@SVM:"0":@SVM:"0"  
Items<1, 5> = "Center":@SVM:"Center"  
Set_Property(@Window:".OLE_POPUP", "OLE.ItemList", Items)

See Also

ItemAddItems