Kimono.KHTMLPart.InProgress C# (CSharp) Method

InProgress() public method

public InProgress ( ) : bool
return bool
        public bool InProgress()
        {
            return (bool) interceptor.Invoke("inProgress", "inProgress() const", typeof(bool));
        }
KHTMLPart