Property OnMouseDown
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
OnMouseDown
Gets or sets the action to be performed when the mouse button is pressed inside the control's active area.
public PdfAction? OnMouseDown { get; set; }
Property Value
- PdfAction
The action to be performed when the mouse button is pressed inside the control's active area.
Remarks
Check out the sample code for adding actions to control events.