LBitmapBase::IsLocalSettingsEnabled

#include "ltwrappr.h"

L_BOOL LBitmapBase::IsLocalSettingsEnabled(void)

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
LTFIL

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

Elements:

LBitmapBase::EnableLocalSettings, Class Members

Example

For an example, refer to LBitmapBase::EnableLocalSettings.