Kimono.KHTMLPart.Restored C# (CSharp) Method

Restored() public method

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