LContainer::IsEnabled
#include "Ltwrappr.h"
L_BOOL LContainer::IsEnabled ()
Determines if the container is currently enabled or not.
Comments
The container must be enabled in order to edit objects.
To enable or disable a container, use LContainer::SetEnabled.
Returns
|
TRUE |
The container is enabled. |
|
FALSE |
The container is disabled. |
Required DLLs and Libraries
|
LTCON For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
See Also
|
Functions: |
|
|
Topics: |
Example
For an example, refer to LContainer::SetEnabled.