Kimono.KHTMLPart.UrlCursor C# (CSharp) Method

UrlCursor() public method

Returns the cursor which is used when the cursor is on a link.
public UrlCursor ( ) : QCursor
return Qyoto.QCursor
        public QCursor UrlCursor()
        {
            return (QCursor) interceptor.Invoke("urlCursor", "urlCursor() const", typeof(QCursor));
        }
KHTMLPart