|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
Enables/disables the use of the spotlight for surfaces that, by default, don't use it.
Due to the fact that for some kind of surface the spotlight is an integral part of the graphic rendering, this property will not apply if the Surface property is set to one of the following values:
SURFACE_PLASTIC, SURFACE_LUCID, SURFACE_NEON, SURFACE_AQUA and SURFACE_GEL.
![]() | ||||||||||||
|
Get / Set functions
|
short abmGetSpotlightVisible (
HWND hWndBtn
);
void abmSetSpotlightVisible (
HWND hWndBtn,
short bVisible
);
| ||||||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|