Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / WidgetAnnotation.TriggerEvents Class / MouseDown Property

In This Topic
    MouseDown Property
    In This Topic
    Gets or sets an action to be performed when the mouse button is pressed inside the field’s active area.
    Syntax
    'Declaration
     
    Public Property MouseDown As ActionBase
    public ActionBase MouseDown {get; set;}
    See Also