BalloonWindow Library for .NET

ShadowedWindow.OnVisibleChanged Method 

Synchs the state of the shadow with the window's visible state.

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

Parameters

e
Parameter containing event information.

See Also

ShadowedWindow Class | Rilling.Common.UI.Forms Namespace