Kimono.KHTMLPart.InProgress C# (CSharp) 메소드

InProgress() 공개 메소드

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