Knowledge Base Article
KB10683 - How can I show a pop-up menu in my .NET code using XDK? The samples seem to not work properly. Why is the ContextMenu property not visible?
The v.8.4 samples for this were improper: Instead of
; ; mnuPopUp.Show(GIS, _pos)
; You should use
; ; mnuPopUp.Show(ActiveForm, _pos)
Without this, the menu will be visible but menu event will not be fired.
The ContextMenu property is not visible because .NET ActiveX interoperable layer does not provide this.
Created: 2006-03-06, Modified: 2006-03-06
|