NetXP 3.0 Reference

ShadowWindow.RenderShadow Method 

Renders the shadow. Can also be called to force a redraw.

[Visual Basic]
Public Sub RenderShadow( _
   ByVal rc As Rectangle, _
   ByVal change As Boolean _
)
[C#]
public void RenderShadow(
   Rectangle rc,
   bool change
);

Parameters

rc
The shadow rectangle.
change
Has the shadow actually changed?

See Also

ShadowWindow Class | NETXP.Library Namespace