Table of Contents

Class HTMLFrameElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("HTMLFrameElement")]
public class HTMLFrameElement : HTMLElement
Inheritance
HTMLFrameElement
Inherited Members

Constructors

HTMLFrameElement()

public HTMLFrameElement()

Properties

ContentDocument

[Value("contentDocument")]
public Document? ContentDocument { get; }

Property Value

Document

ContentWindow

[Value("contentWindow")]
public Window? ContentWindow { get; }

Property Value

Window

FrameBorder

[Value("frameBorder")]
public string FrameBorder { get; set; }

Property Value

string

LongDesc

[Value("longDesc")]
public string LongDesc { get; set; }

Property Value

string

MarginHeight

[Value("marginHeight")]
public string MarginHeight { get; set; }

Property Value

string

MarginWidth

[Value("marginWidth")]
public string MarginWidth { get; set; }

Property Value

string

Name

[Value("name")]
public string Name { get; set; }

Property Value

string

NoResize

[Value("noResize")]
public bool NoResize { get; set; }

Property Value

bool

Scrolling

[Value("scrolling")]
public string Scrolling { get; set; }

Property Value

string

Src

[Value("src")]
public string Src { get; set; }

Property Value

string