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

NextAnchor() 공개 메소드

Go to the next anchor This is useful to navigate from outside the navigator
public NextAnchor ( ) : bool
리턴 bool
        public bool NextAnchor()
        {
            return (bool) interceptor.Invoke("nextAnchor", "nextAnchor()", typeof(bool));
        }
KHTMLPart