Kimono.KHTMLPart.NonSharedNodeUnderMouse C# (CSharp) Method

NonSharedNodeUnderMouse() public method

Returns the Node currently under the mouse that is not shared. The returned node is always the node that is physically under the mouse pointer (irrespective of logically overlying elements like, e. g., \ on image maps).
public NonSharedNodeUnderMouse ( ) : DOM.Node
return DOM.Node
        public DOM.Node NonSharedNodeUnderMouse()
        {
            return (DOM.Node) interceptor.Invoke("nonSharedNodeUnderMouse", "nonSharedNodeUnderMouse() const", typeof(DOM.Node));
        }
KHTMLPart