Kimono.KHTMLPart.SetURLCursor C# (CSharp) Method

SetURLCursor() public method

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