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

In This Topic
    activeElement Property
    In This Topic

    activeElement property of IHTMLDocument2 interface.

    Syntax
    'Declaration
     
    ReadOnly Property activeElement As IHTMLElement
    IHTMLElement activeElement {get;}
    Remarks

    An original IDL definition of activeElement property was the following: IHTMLElement* activeElement;

    See Also