Skip to main content
All docs
V26.1
  • WidgetAnnotationActions Members

    Contains settings used to define actions that are associated with a widget annotation.

    Constructors

    Name Description
    WidgetAnnotationActions() Initializes a new instance of the WidgetAnnotationActions class.

    Properties

    Name Description
    CursorEntered Gets or sets the action performed when the cursor enters the annotation’s active area.
    CursorExited Gets or sets the action performed when the cursor exits the annotation’s active area.
    InputFocusLost Gets or sets the action performed when the annotation loses input focus.
    InputFocusReceived Gets or sets the action performed when the annotation receives input focus.
    MouseButtonPressed Gets or sets the action performed when a mouse button is pressed while the cursor is over the annotation.
    MouseButtonReleased Gets or sets the action performed when a mouse button is released while the cursor is over the annotation.
    PageBecameInvisible Gets or sets the action performed when the page containing the annotation becomes invisible.
    PageBecameVisible Gets or sets the action performed when the page containing the annotation becomes visible.
    PageClosed Gets or sets the action performed when the page containing the annotation is closed.
    PageOpened Gets or sets the action performed when the page containing the annotation is opened.

    Methods

    Name Description
    Clone(DocumentCloneContext) Creates a copy of the current WidgetAnnotationActions object.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also