On Feb 13, 2006, at 1:12 PM, Chuck Pelto wrote:
On Feb 13, 2006, at 10:56 AM, Joseph J. Strout wrote:
Store something unique in the .Tag property of each item.
Uh....Was ist das 'tag'?
Es ist das Deutsches Wort für "day", aber Joe bezieht sich auf dem
MenuItem.Tag.
Where is it referenced in the language reference? I'm not seeing it as
a property in the ContextualMenu Control section of the LangRef. Nor
in the Control super class, thereof.
You would need to create a ContextualMenu by implementing the
RectControl.ConstructContextualMenu event handler; here you can set the
Tag property of each MenuItem. You get a MenuItem in the
ContextualMenuAction event handler; there you can read the tag
property.
--------------
Charles Yeomans
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>