Ejemplo n.º 1
0
 internal static IHTMLBold InternalConstructor(string e)
 {
     return((IHTMLBold)IHTMLElement.InternalConstructor(HTMLElementEnum.b, e));
 }
Ejemplo n.º 2
0
 static IHTMLVideo InternalConstructor()
 {
     return((IHTMLVideo)IHTMLElement.InternalConstructor(HTMLElementEnum.video));
 }
Ejemplo n.º 3
0
 internal static IHTMLOrderedList InternalConstructor()
 {
     return((IHTMLOrderedList)IHTMLElement.InternalConstructor(HTMLElementEnum.ol));
 }
Ejemplo n.º 4
0
 static IHTMLObject InternalConstructor()
 {
     return((IHTMLObject)IHTMLElement.InternalConstructor(HTMLElementEnum.script));
 }
Ejemplo n.º 5
0
 internal static IHTMLListItem InternalConstructor()
 {
     return((IHTMLListItem)IHTMLElement.InternalConstructor(HTMLElementEnum.li));
 }
Ejemplo n.º 6
0
 static IHTMLFieldset InternalConstructor()
 {
     return((IHTMLFieldset)IHTMLElement.InternalConstructor(HTMLElementEnum.fieldset));
 }
Ejemplo n.º 7
0
 static IHTMLAudio InternalConstructor()
 {
     return((IHTMLAudio)IHTMLElement.InternalConstructor(HTMLElementEnum.audio));
 }
Ejemplo n.º 8
0
 internal static IHTMLLabel InternalConstructor()
 {
     return((IHTMLLabel)IHTMLElement.InternalConstructor(HTMLElementEnum.label));
 }
Ejemplo n.º 9
0
 static IHTMLLegend InternalConstructor()
 {
     return((IHTMLLegend)IHTMLElement.InternalConstructor(HTMLElementEnum.legend));
 }