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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -