[DOTNET] ContextMenu.Show() Sample
by Jeff Roberts other posts by this author
Nov 15 2001 7:00PM messages near this date
Re: [DOTNET] MS Access?
|
[DOTNET] Scroll position in a webform
Can someone give me an example of the ContextMenu.Show() method that works ? I am calling i
t as follows at it does not work (no menu is displayed and no errors are thrown) !
public void DoPopupMenu(ContextMenu PopupMenu,int X, int Y)
{
// PopupMenu.Show(this,new Point(X,Y));
PopupMenu.Show(this,new Point(20,20));
}
Thanks !
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.
|