According to the CLR spec, MenuItem objects have constructors in the form:
MenuItem(Text, Handler)
MenuItem(Text, Handler, Shortcut)
Yet using either of these in PythonNET i get a blank menu item, any
ideas why this isnt working?
sample:
def InitializeComponent(self):
Fil
Is there a way of me to override the OnPaint method of a form or control?
The OnPaint Method of my Form subclass gets completely ignored.
_
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet