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

In This Topic
    Enter Property
    In This Topic
    Gets or sets an action to be performed when the annotation receives the input focus.
    Syntax
    'Declaration
     
    Public Property Enter As ActionBase
    public ActionBase Enter {get; set;}
    See Also