Class HTMLFrameSetElement
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
IMPORTANT
DeprecatedHTMLFrameSetElement interface provides special properties (beyond those of the regular HTMLElement interface they also inherit) for manipulating {{HTMLElement("frameset")}} elements.
[Value("HTMLFrameSetElement")]
public class HTMLFrameSetElement : HTMLElement, WindowEventHandlers
- Inheritance
-
HTMLFrameSetElement
- Implements
- Inherited Members
Remarks
-HTML element implementing this interface: frameset
-The equivalent of this element outside of frames: HTMLFrameSetElement.
Constructors
HTMLFrameSetElement()
public HTMLFrameSetElement()
Properties
Cols
[Value("cols")]
public string Cols { get; set; }
Property Value
Rows
[Value("rows")]
public string Rows { get; set; }