Invoked as a result of a mouse down platform event.

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

Syntax

C#
protected override void OnMouseDown(
	MouseEventArgs args
)
Visual Basic
Protected Overrides Sub OnMouseDown ( _
	args As MouseEventArgs _
)

Parameters

args
Type: TallComponents.Interaction.WinForms.Events..::..MouseEventArgs
The mouse down platform event.

Remarks

This will raise a javascript mouse down event for the interactor and sets the appearance to the "Down" appearance.

See Also