Version

ShadowManager Constructor(Form,Rectangle,Rectangle,Boolean,Boolean)

Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal owningForm As Form, _
   ByVal shadowRect As Rectangle, _
   ByVal exclusionRect As Rectangle, _
   ByVal rightShadow As Boolean, _
   ByVal bottomShadow As Boolean _
)
public ShadowManager( 
   Form owningForm,
   Rectangle shadowRect,
   Rectangle exclusionRect,
   bool rightShadow,
   bool bottomShadow
)

Parameters

owningForm
The form that will own the shadow windows.
shadowRect
The rectangle, in screen coodinates, to place the drop shadow around.
exclusionRect
The rectangle, in screen coodinates, to exclude from the drop shadows.
rightShadow
If true, will place a shadow window on the right of the rectangle.
bottomShadow
If true, will place a shadow window on the bottom of the rectangle.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also