PopMenu vs ContextMenu

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

A dumb question but what is the difference between the two properties;
ContextMenu and PopMenu?
 
I found it under the "Panel" class properties in the IDE and in the Designer
Property listing (on a form, add a panel then F4 to bring up the properties
and you will see Popmenu). However, in looking at the help for Panel class,
it isn't listed under members.
 
Dennis said:
I found it under the "Panel" class properties in the IDE and in the Designer
Property listing (on a form, add a panel then F4 to bring up the properties
and you will see Popmenu). However, in looking at the help for Panel class,
it isn't listed under members.

I did that in VS2005 and I see no PopMenu member. What version of VS
are you using?
 
Chris Dunaway said:
I did that in VS2005 and I see no PopMenu member. What version of VS
are you using?

And it's not there in VS2003 either.

/claes
 
Back
Top