Kimono.KHTMLPart.NextAnchor C# (CSharp) Method

NextAnchor() public method

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