Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Menu items do not have a MISC property. Instead of using the MISC property for menu items, store the information using a window @-property named after the menu item. For example, in a MENU event, to store information relevant to the particular menu item:

Code Block
Prop = "@": CtrlEntID
Set_Property(@window, Prop, SomeData)
 
 

Returns

Values returned by both Get_Property and Set_Property:

...