BalloonWindow Library for .NET

ShadowedWindow.OnMove Method 

Ensures that the shadow follows its parent.

[Visual Basic]
Overrides Protected Sub OnMove( _
   ByVal e As EventArgs _
)
[C#]
protected override void OnMove(
   EventArgs e
);

Parameters

e
Parameter containing event information.

See Also

ShadowedWindow Class | Rilling.Common.UI.Forms Namespace