Can I add a control to a menu entry?

  • Thread starter Thread starter Helmut Giese
  • Start date Start date
H

Helmut Giese

Hello out there,
I want to provide the option to clone GUI elements. I envision a
context menu with an entry like
Clone - Horizontally - ?How many?
- Vertically - ?How many?

and in the entry marked as ?How many? above I would like to add a
NumericUpDown.
Is something like this possible?
Best regards
Helmut Giese
 
Hello out there,
I want to provide the option to clone GUI elements. I envision a
context menu with an entry like
Clone - Horizontally - ?How many?
- Vertically - ?How many?

and in the entry marked as ?How many? above I would like to add a
NumericUpDown.
Is something like this possible?

It's probably possible, but personally I consider this very non-standard and
would argue against it. This sort of thing calls for a dialog box in my
opinion.
 
Hi Jeff,
It's probably possible, but personally I consider this very non-standard and
would argue against it. This sort of thing calls for a dialog box in my
opinion.
hm, this is not what I wanted to hear :) but that's life.
Ok, standards usually _are_ a good thing, so you do have a point here
- I'll re-think the approach.

Thanks (grumble, grumble) anyway :)
Helmut Giese
 
Back
Top