formmagnet Area property
Return to Introduction  Previous page  Next page
Applies to
acFormMagnet component as subproperty of ScreenMagnet.  

Declaration
type  
  TacScreenArea = (saFullScreen, saWorkArea);  
 
property Area: TacScreenArea;  

Description
The Area property specifies the desktop area which can magnetize the form. If Area is saFullScreen, form can be attracted to the edge of whole screen. If Area is saWorkArea, form can be attracted only to edges of working area, considering the placements of taskbar and other application desktop toolbars (appbars).  

See also
Edges and ScreenPower properties.