Kimono.KHTMLPart.NodeUnderMouse C# (CSharp) Method

NodeUnderMouse() public method

Returns the Node currently under the mouse. The returned node may be a shared node (e. g. an \ node if the mouse is hovering over an image map).
public NodeUnderMouse ( ) : DOM.Node
return DOM.Node
        public DOM.Node NodeUnderMouse()
        {
            return (DOM.Node) interceptor.Invoke("nodeUnderMouse", "nodeUnderMouse() const", typeof(DOM.Node));
        }
KHTMLPart