is_locked_state


Description:

public bool is_locked_state ()

Checks if the state of an element is locked.

If the state of an element is locked, state changes of the parent don't affect the element. This way you can leave currently unused elements inside bins. Just lock their state before changing the state from NULL.

MT safe.

Parameters:

this

a Element.

Returns:

true, if the element's state is locked.