Forum Discussion
YMinaev
Staff
16 years agoHi,
The WPFMenu property returns the Menu object. It is a wrapper object for the menu which allows working with it in the standard way. This is impossible if you just obtain your menu by its name, and you need to get the standard interface from its object.
As for such controls as buttons, etc, you can work with them as with standard Win32 controls, and you don't have to use any special objects to do this.
The WPFMenu property returns the Menu object. It is a wrapper object for the menu which allows working with it in the standard way. This is impossible if you just obtain your menu by its name, and you need to get the standard interface from its object.
As for such controls as buttons, etc, you can work with them as with standard Win32 controls, and you don't have to use any special objects to do this.