Determines if the container is currently enabled or not.
#include "Ltwrappr.h"
L_BOOL LContainer::IsEnabled ()
The container must be enabled in order to edit objects.
To enable or disable a container, use LContainer::SetEnabled.
Value | Meaning |
---|---|
TRUE | The container is enabled. |
FALSE | The container is disabled. |
For an example, refer to LContainer::SetEnabled.