property_get_bool


Description:

public bool property_get_bool (string property)

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

Returns FALSE 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 FALSE.