Popup Property

Visual LANSA Feature

Popup Property

DirectX Only

Popup allows a PopupPanel (#prim_ppnl) instance to be used instead of the typical right click popup menu (Prim_pmnu).   This gives the developer complete control over the content and format of the popup.

Define_Com Class(#prim_trvw) Name(#Tree) Popup(#TreePopupPanel)

Define_Com Class(#Prim_ppnl) Name(#TreePopupPanel) Content(#MyTreePopupPanel)