[Mono-list] about popup a menu

Peter Dennis Bartok peter@novonyx.com
Tue, 21 Dec 2004 16:45:07 -0700


Roy,

You probably should pick up a book about System.Windows.Forms programming. 
It will teach you how to use the different controls.

The control you need to use to do a popup menu like this is called 
ContextMenu, you need to attach it to the ContextMenu property of Control.

Peter

-----Original Message-----
From: "roy" <roy@websitemanagers.com.au>
To: <mono-list@lists.ximian.com>
Date: 21 December, 2004 16:03
Subject: [Mono-list] about popup a menu


hi,
it's really nice to attend this mail-list.
I want to popup a menu when I right-click a eventbox. like when I 
right-click a file and select copy or paste on windows. I am programming by 
using mono on linux. can you give me a hand?
roy