Gets or sets the action to be performed when the mouse button is
pressed inside the control's active area.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfAction OnMouseDown { get; set; }
VB
Public Property OnMouseDown As PdfAction
Get
Set
Property Value
Type:
PdfActionThe action to be performed when the mouse button is
pressed inside the control's active area.
See Also