HTMLIFrameElement
Overview
The HTMLIFrameElement interface provides special properties and methods (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of inline frame elements.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
- Ancestry: EventTarget | Node | Element | HTMLElement | HTMLIFrameElement
Properties
allowPaymentRequest
property allowPaymentRequest: Boolean read write;
Boolean allowPaymentRequest { get; set; }
var allowPaymentRequest: Boolean { get{} set{} }
Boolean allowPaymentRequest { __get; __set; }
Property allowPaymentRequest() As Boolean
contentWindow
property contentWindow: Window read;
Window contentWindow { get; }
var contentWindow: Window { get{} }
Window contentWindow { __get; }
ReadOnly Property contentWindow() As Window
height
property height: Int32 read write;
Int32 height { get; set; }
var height: Int32 { get{} set{} }
Int32 height { __get; __set; }
Property height() As Int32
name
property name: String read write;
String name { get; set; }
var name: String { get{} set{} }
String name { __get; __set; }
Property name() As String
sandbox
property sandbox: DOMTokenList read write;
DOMTokenList sandbox { get; set; }
var sandbox: DOMTokenList { get{} set{} }
DOMTokenList sandbox { __get; __set; }
Property sandbox() As DOMTokenList
src
property src: String read write;
String src { get; set; }
var src: String { get{} set{} }
String src { __get; __set; }
Property src() As String
srcdoc
property srcdoc: String read write;
String srcdoc { get; set; }
var srcdoc: String { get{} set{} }
String srcdoc { __get; __set; }
Property srcdoc() As String
width
property width: Int32 read write;
Int32 width { get; set; }
var width: Int32 { get{} set{} }
Int32 width { __get; __set; }
Property width() As Int32