Kimono.KHTMLPart.UrlCursor C# (CSharp) 메소드

UrlCursor() 공개 메소드

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