formbackground Active property
Return to Introduction  Previous page  Next page
Applies to
acFormBackground, acFormHelp, acFormMagnet, acFormSystemMenu, acAwayTimer, acCursorLocker and acIESniffer components.  

Declaration
property Active: Boolean;  

Description
The Enabled property controls whether acFormBackground component should paint the gradient effect or picture on form's background.  
 
Set Active to True to show the custom background (with smooth gradient effect or wallpaper specified in Picture property). Otherwise, set it to False to show standard single-tone background with color specified in Color property of form.  
 
To specify the kind of background (gradient or picture) — use Kind property.  

See also
Kind property.