Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLDocument2 Interface / readyState Property

In This Topic
    readyState Property (IHTMLDocument2)
    In This Topic

    readyState property of IHTMLDocument2 interface.

    Syntax
    'Declaration
     
    ReadOnly Property readyState As System.String
    System.string readyState {get;}
    Remarks

    An original IDL definition of readyState property was the following: BSTR readyState;

    See Also