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

Restored() public méthode

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