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

SetURLCursor() 공개 메소드

Sets the cursor to use when the cursor is on a link.
public SetURLCursor ( QCursor c ) : void
c Qyoto.QCursor
리턴 void
        public void SetURLCursor(QCursor c)
        {
            interceptor.Invoke("setURLCursor#", "setURLCursor(const QCursor&)", typeof(void), typeof(QCursor), c);
        }
KHTMLPart