HtmlElementEventArgs Properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | AltKeyPressed | Indicates whether the ALT key was pressed when this event occurred. |
![]() | BubbleEvent | Gets or sets a value indicating whether the current event bubbles up through the element hierarchy of the HTML Document Object Model. |
![]() | ClientMousePosition | Gets or sets the position of the mouse cursor in the document's client area. |
![]() | CtrlKeyPressed | Indicates whether the CTRL key was pressed when this event occurred. |
![]() | EventType | Gets the name of the event that was raised. |
![]() | FromElement | Gets the HtmlElement the mouse pointer is moving away from. |
![]() | KeyPressedCode | |
![]() | MouseButtonsPressed | |
![]() | MousePosition | Gets or sets the position of the mouse cursor relative to a relatively positioned parent element. |
![]() | OffsetMousePosition | Gets or sets the position of the mouse cursor relative to the element that raises the event. |
![]() | ReturnValue | Gets or sets the return value of the handled event. |
![]() | ShiftKeyPressed | Indicates whether the SHIFT key was pressed when this event occurred. |
![]() | ToElement | Gets the HtmlElement toward which the user is moving the mouse pointer. |
