c# - Emgu CV the context menu of ImageBox is missing in a WPF project? -


i creating wpf project emgu cv camera capture. embedded emgu cv imagebox wpf window below

<windowsformshost>     <winformcontrols:imagebox x:name="imageboxcamera" functionalmode="minimum" dock="fill" backcolor="blue" sizemode="zoom"/> </windowsformshost> 

but found context menu of imagebox missing. how recover context menu of imagebox in wpf project?

the context menu looks enter image description here

just remove attribute functionalmode="minimum" can recover context menu.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -