element_property($key)
Check if the key is a property.
includes/form.inc, line 20
<?php function element_property($key) { return $key[0] == '#'; } ?>