Kimono.KHTMLPart.NonSharedNodeUnderMouse C# (CSharp) Метод

NonSharedNodeUnderMouse() публичный Метод

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
Результат DOM.Node
        public DOM.Node NonSharedNodeUnderMouse()
        {
            return (DOM.Node) interceptor.Invoke("nonSharedNodeUnderMouse", "nonSharedNodeUnderMouse() const", typeof(DOM.Node));
        }
KHTMLPart