Class HtmlElementEventArgs

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Windows.Forms
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Windows.Forms.HtmlElementEventArgs
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • HtmlElementEventArgs

        public HtmlElementEventArgs​(java.lang.Object instance)
                             throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • HtmlElementEventArgs

        public HtmlElementEventArgs()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getAltKeyPressed

        public boolean getAltKeyPressed()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBubbleEvent

        public boolean getBubbleEvent()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBubbleEvent

        public void setBubbleEvent​(boolean BubbleEvent)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCtrlKeyPressed

        public boolean getCtrlKeyPressed()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getReturnValue

        public boolean getReturnValue()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setReturnValue

        public void setReturnValue​(boolean ReturnValue)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getShiftKeyPressed

        public boolean getShiftKeyPressed()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getKeyPressedCode

        public int getKeyPressedCode()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getClientMousePosition

        public Point getClientMousePosition()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMousePosition

        public Point getMousePosition()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getOffsetMousePosition

        public Point getOffsetMousePosition()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getEventType

        public java.lang.String getEventType()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getFromElement

        public HtmlElement getFromElement()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getToElement

        public HtmlElement getToElement()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMouseButtonsPressed

        public MouseButtons getMouseButtonsPressed()
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable