property_get
Description:
Look up a property on this and return the value of it if it exits.
NULL
will be returned if the property doesn't exist.
Parameters:
this |
The Menuitem to look for the property on. |
property |
The property to grab. |
Returns:
A string with the value of the property that shouldn't be free'd. Or |