LBitmapBase::IsLocalSettingsEnabled
#include "ltwrappr.h"
L_BOOL LBitmapBase::IsLocalSettingsEnabled()
Determines whether the local settings for the class object are enabled or disabled.
Returns
TRUE |
The local settings are enabled. |
FALSE |
The local settings are disabled. |
Comments
Use this function to check if the local settings for the class object are enabled or disabled.
Required DLLs and Libraries
LTDIS 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: |
Example
For an example, refer to LBitmapBase::EnableLocalSettings.