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

AutoloadImages() 공개 메소드

Returns whether images contained in the document are loaded automatically or not. @note that the returned information is unrelieable as long as no begin() was called.
public AutoloadImages ( ) : bool
리턴 bool
        public bool AutoloadImages()
        {
            return (bool) interceptor.Invoke("autoloadImages", "autoloadImages() const", typeof(bool));
        }
KHTMLPart