property_get_int


Description:

public int property_get_int (string property)

Look up a property on this and return the value of it if it exits.

Returns zero if the property doesn't exist.

Parameters:

this

The Menuitem to look for the property on.

property

The property to grab.

Returns:

The value of the property or zero.