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

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