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
ContentWindow
[Value("contentWindow")]
public Window? ContentWindow { get; }
Property Value
FrameBorder
[Value("frameBorder")]
public string FrameBorder { get; set; }
Property Value
LongDesc
[Value("longDesc")]
public string LongDesc { get; set; }
Property Value
MarginHeight
[Value("marginHeight")]
public string MarginHeight { get; set; }
Property Value
MarginWidth
[Value("marginWidth")]
public string MarginWidth { get; set; }
Property Value
Name
[Value("name")]
public string Name { get; set; }
Property Value
NoResize
[Value("noResize")]
public bool NoResize { get; set; }
Property Value
Scrolling
[Value("scrolling")]
public string Scrolling { get; set; }
Property Value
Src
[Value("src")]
public string Src { get; set; }