Invoked to paint a shadow for this interactor.

Namespace: TallComponents.Interaction.WinForms.Interactors
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
protected virtual void OnPaintShadow(
	PaintEventArgs paintEvent
)
Visual Basic
Protected Overridable Sub OnPaintShadow ( _
	paintEvent As PaintEventArgs _
)

Parameters

paintEvent
Type: TallComponents.Interaction.WinForms.Events..::..PaintEventArgs
The paint event data.

Remarks

The paint event will translate the painted graphics by the amount given by the ShadowLocation property. This base class will just paint a transparent black rectangle with the same size as the Rectangle property. For more irregularly shaped interactors, please override this method.

See Also