Kimono.KHTMLPart.InProgress C# (CSharp) Méthode

InProgress() public méthode

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