[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLElement

IHTMLElement Interface

IHTMLElement interface.

Namespace: C1.Win.C1Editor.Internal.HTML
Assembly: C1.Win.C1Editor.4.8.dll
Syntax
[Guid("3050F1FF-98B5-11CF-BB82-00AA00BDCE0B")]
[InterfaceType(ComInterfaceType.InterfaceIsIDispatch)]
public interface IHTMLElement

Properties

Name Description
all

all property of IHTMLElement interface.

children

children property of IHTMLElement interface.

className

className property of IHTMLElement interface.

document

document property of IHTMLElement interface.

filters

filters property of IHTMLElement interface.

id

id property of IHTMLElement interface.

innerHTML

innerHTML property of IHTMLElement interface.

innerText

innerText property of IHTMLElement interface.

isTextEdit

isTextEdit property of IHTMLElement interface.

lang

lang property of IHTMLElement interface.

language

language property of IHTMLElement interface.

offsetHeight

offsetHeight property of IHTMLElement interface.

offsetLeft

offsetLeft property of IHTMLElement interface.

offsetParent

offsetParent property of IHTMLElement interface.

offsetTop

offsetTop property of IHTMLElement interface.

offsetWidth

offsetWidth property of IHTMLElement interface.

onafterupdate

onafterupdate property of IHTMLElement interface.

onbeforeupdate

onbeforeupdate property of IHTMLElement interface.

onclick

onclick property of IHTMLElement interface.

ondataavailable

ondataavailable property of IHTMLElement interface.

ondatasetchanged

ondatasetchanged property of IHTMLElement interface.

ondatasetcomplete

ondatasetcomplete property of IHTMLElement interface.

ondblclick

ondblclick property of IHTMLElement interface.

ondragstart

ondragstart property of IHTMLElement interface.

onerrorupdate

onerrorupdate property of IHTMLElement interface.

onfilterchange

onfilterchange property of IHTMLElement interface.

onhelp

onhelp property of IHTMLElement interface.

onkeydown

onkeydown property of IHTMLElement interface.

onkeypress

onkeypress property of IHTMLElement interface.

onkeyup

onkeyup property of IHTMLElement interface.

onmousedown

onmousedown property of IHTMLElement interface.

onmousemove

onmousemove property of IHTMLElement interface.

onmouseout

onmouseout property of IHTMLElement interface.

onmouseover

onmouseover property of IHTMLElement interface.

onmouseup

onmouseup property of IHTMLElement interface.

onrowenter

onrowenter property of IHTMLElement interface.

onrowexit

onrowexit property of IHTMLElement interface.

onselectstart

onselectstart property of IHTMLElement interface.

outerHTML

outerHTML property of IHTMLElement interface.

outerText

outerText property of IHTMLElement interface.

parentElement

parentElement property of IHTMLElement interface.

parentTextEdit

parentTextEdit property of IHTMLElement interface.

recordNumber

recordNumber property of IHTMLElement interface.

sourceIndex

sourceIndex property of IHTMLElement interface.

style

style property of IHTMLElement interface.

tagName

tagName property of IHTMLElement interface.

title

title property of IHTMLElement interface.

Methods

Name Description
click()

click method of IHTMLElement interface.

contains(IHTMLElement)

contains method of IHTMLElement interface.

getAttribute(string, int)

getAttribute method of IHTMLElement interface.

insertAdjacentHTML(string, string)

insertAdjacentHTML method of IHTMLElement interface.

insertAdjacentText(string, string)

insertAdjacentText method of IHTMLElement interface.

removeAttribute(string, int)

removeAttribute method of IHTMLElement interface.

scrollIntoView(object)

scrollIntoView method of IHTMLElement interface.

setAttribute(string, object, int)

setAttribute method of IHTMLElement interface.

toString()

toString method of IHTMLElement interface.