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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -