C# Class System.Html.Window

Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description

Public Methods

Method Description
AddEventListener ( WindowInstanceEvents type, System.Action listener ) : void
AddEventListener ( WindowInstanceEvents type, System.Action listener, bool capture ) : void
AddEventListener ( WindowInstanceEvents type, HtmlEventHandler listener ) : void
AddEventListener ( WindowInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( WindowInstanceEvents type, IEventListener listener ) : void
AddEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( string type, IEventListener listener ) : void
AddEventListener ( string type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, IEventListener listener, bool capture, bool wantsUntrusted ) : void
Alert ( ) : void
Alert ( string message ) : void
Atob ( string atob ) : string
Back ( ) : void
Blur ( ) : void
Btoa ( string btoa ) : string
CancelAnimationFrame ( int handle ) : void
CaptureEvents ( ) : void
Close ( ) : void
Confirm ( ) : bool
Confirm ( string message ) : bool
DispatchEvent ( Event @event ) : bool
Dump ( string str ) : void
Find ( ) : bool
Find ( string str ) : bool
Find ( string str, bool caseSensitive ) : bool
Find ( string str, bool caseSensitive, bool backwards ) : bool
Find ( string str, bool caseSensitive, bool backwards, bool wrapAround ) : bool
Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord ) : bool
Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord, bool searchInFrames ) : bool
Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord, bool searchInFrames, bool showDialog ) : bool
Focus ( ) : void
Forward ( ) : void
GetComputedStyle ( Element elt ) : Style
GetComputedStyle ( Element elt, string pseudoElt ) : Style
GetDefaultComputedStyle ( Element elt ) : Style
GetDefaultComputedStyle ( Element elt, string pseudoElt ) : Style
GetSelection ( ) : Selection
Home ( ) : void
MatchMedia ( string query ) : MediaQueryList
MoveBy ( int x, int y ) : void
MoveTo ( int x, int y ) : void
Open ( ) : WindowInstance
Open ( string url ) : WindowInstance
Open ( string url, string target ) : WindowInstance
Open ( string url, string target, string features ) : WindowInstance
PostMessage ( object message, string targetOrigin ) : void
PostMessage ( object message, string targetOrigin, object transfer ) : void
Print ( ) : void
Prompt ( ) : string
Prompt ( string message ) : string
Prompt ( string message, string @default ) : string
ReleaseEvents ( ) : void
RemoveEventListener ( WindowInstanceEvents type, System.Action listener ) : void
RemoveEventListener ( WindowInstanceEvents type, System.Action listener, bool capture ) : void
RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( WindowInstanceEvents type, IEventListener listener ) : void
RemoveEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( string type, IEventListener listener ) : void
RemoveEventListener ( string type, IEventListener listener, bool capture ) : void
RequestAnimationFrame ( FrameRequestCallback callback ) : int
ResizeBy ( int x, int y ) : void
ResizeTo ( int x, int y ) : void
Scroll ( int x, int y ) : void
ScrollBy ( int x, int y ) : void
ScrollByLines ( int numLines ) : void
ScrollByPages ( int numPages ) : void
ScrollTo ( int x, int y ) : void
SetResizable ( bool resizable ) : void
ShowModalDialog ( string url, object argument ) : object
ShowModalDialog ( string url, object argument, string options ) : object
SizeToContent ( ) : void
Stop ( ) : void
ToNativeLineEndings ( string @string ) : string
UpdateCommands ( string action ) : void

Method Details

AddEventListener() public static method

public static AddEventListener ( WindowInstanceEvents type, System.Action listener ) : void
type WindowInstanceEvents
listener System.Action
return void

AddEventListener() public static method

public static AddEventListener ( WindowInstanceEvents type, System.Action listener, bool capture ) : void
type WindowInstanceEvents
listener System.Action
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( WindowInstanceEvents type, HtmlEventHandler listener ) : void
type WindowInstanceEvents
listener HtmlEventHandler
return void

AddEventListener() public static method

public static AddEventListener ( WindowInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
type WindowInstanceEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type WindowInstanceEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public static method

public static AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type WindowInstanceEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( WindowInstanceEvents type, IEventListener listener ) : void
type WindowInstanceEvents
listener IEventListener
return void

AddEventListener() public static method

public static AddEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void
type WindowInstanceEvents
listener IEventListener
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public static method

public static AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( string type, IEventListener listener ) : void
type string
listener IEventListener
return void

AddEventListener() public static method

public static AddEventListener ( string type, IEventListener listener, bool capture ) : void
type string
listener IEventListener
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( string type, IEventListener listener, bool capture, bool wantsUntrusted ) : void
type string
listener IEventListener
capture bool
wantsUntrusted bool
return void

Alert() public static method

public static Alert ( ) : void
return void

Alert() public static method

public static Alert ( string message ) : void
message string
return void

Atob() public static method

public static Atob ( string atob ) : string
atob string
return string

Back() public static method

public static Back ( ) : void
return void

Blur() public static method

public static Blur ( ) : void
return void

Btoa() public static method

public static Btoa ( string btoa ) : string
btoa string
return string

CancelAnimationFrame() public static method

public static CancelAnimationFrame ( int handle ) : void
handle int
return void

CaptureEvents() public static method

public static CaptureEvents ( ) : void
return void

Close() public static method

public static Close ( ) : void
return void

Confirm() public static method

public static Confirm ( ) : bool
return bool

Confirm() public static method

public static Confirm ( string message ) : bool
message string
return bool

DispatchEvent() public static method

public static DispatchEvent ( Event @event ) : bool
@event Event
return bool

Dump() public static method

public static Dump ( string str ) : void
str string
return void

Find() public static method

public static Find ( ) : bool
return bool

Find() public static method

public static Find ( string str ) : bool
str string
return bool

Find() public static method

public static Find ( string str, bool caseSensitive ) : bool
str string
caseSensitive bool
return bool

Find() public static method

public static Find ( string str, bool caseSensitive, bool backwards ) : bool
str string
caseSensitive bool
backwards bool
return bool

Find() public static method

public static Find ( string str, bool caseSensitive, bool backwards, bool wrapAround ) : bool
str string
caseSensitive bool
backwards bool
wrapAround bool
return bool

Find() public static method

public static Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord ) : bool
str string
caseSensitive bool
backwards bool
wrapAround bool
wholeWord bool
return bool

Find() public static method

public static Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord, bool searchInFrames ) : bool
str string
caseSensitive bool
backwards bool
wrapAround bool
wholeWord bool
searchInFrames bool
return bool

Find() public static method

public static Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord, bool searchInFrames, bool showDialog ) : bool
str string
caseSensitive bool
backwards bool
wrapAround bool
wholeWord bool
searchInFrames bool
showDialog bool
return bool

Focus() public static method

public static Focus ( ) : void
return void

Forward() public static method

public static Forward ( ) : void
return void

GetComputedStyle() public static method

public static GetComputedStyle ( Element elt ) : Style
elt Element
return Style

GetComputedStyle() public static method

public static GetComputedStyle ( Element elt, string pseudoElt ) : Style
elt Element
pseudoElt string
return Style

GetDefaultComputedStyle() public static method

public static GetDefaultComputedStyle ( Element elt ) : Style
elt Element
return Style

GetDefaultComputedStyle() public static method

public static GetDefaultComputedStyle ( Element elt, string pseudoElt ) : Style
elt Element
pseudoElt string
return Style

GetSelection() public static method

public static GetSelection ( ) : Selection
return Selection

Home() public static method

public static Home ( ) : void
return void

MatchMedia() public static method

public static MatchMedia ( string query ) : MediaQueryList
query string
return MediaQueryList

MoveBy() public static method

public static MoveBy ( int x, int y ) : void
x int
y int
return void

MoveTo() public static method

public static MoveTo ( int x, int y ) : void
x int
y int
return void

Open() public static method

public static Open ( ) : WindowInstance
return WindowInstance

Open() public static method

public static Open ( string url ) : WindowInstance
url string
return WindowInstance

Open() public static method

public static Open ( string url, string target ) : WindowInstance
url string
target string
return WindowInstance

Open() public static method

public static Open ( string url, string target, string features ) : WindowInstance
url string
target string
features string
return WindowInstance

PostMessage() public static method

public static PostMessage ( object message, string targetOrigin ) : void
message object
targetOrigin string
return void

PostMessage() public static method

public static PostMessage ( object message, string targetOrigin, object transfer ) : void
message object
targetOrigin string
transfer object
return void

Print() public static method

public static Print ( ) : void
return void

Prompt() public static method

public static Prompt ( ) : string
return string

Prompt() public static method

public static Prompt ( string message ) : string
message string
return string

Prompt() public static method

public static Prompt ( string message, string @default ) : string
message string
@default string
return string

ReleaseEvents() public static method

public static ReleaseEvents ( ) : void
return void

RemoveEventListener() public static method

public static RemoveEventListener ( WindowInstanceEvents type, System.Action listener ) : void
type WindowInstanceEvents
listener System.Action
return void

RemoveEventListener() public static method

public static RemoveEventListener ( WindowInstanceEvents type, System.Action listener, bool capture ) : void
type WindowInstanceEvents
listener System.Action
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandler listener ) : void
type WindowInstanceEvents
listener HtmlEventHandler
return void

RemoveEventListener() public static method

public static RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
type WindowInstanceEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type WindowInstanceEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public static method

public static RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type WindowInstanceEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( WindowInstanceEvents type, IEventListener listener ) : void
type WindowInstanceEvents
listener IEventListener
return void

RemoveEventListener() public static method

public static RemoveEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void
type WindowInstanceEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public static method

public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( string type, IEventListener listener ) : void
type string
listener IEventListener
return void

RemoveEventListener() public static method

public static RemoveEventListener ( string type, IEventListener listener, bool capture ) : void
type string
listener IEventListener
capture bool
return void

RequestAnimationFrame() public static method

public static RequestAnimationFrame ( FrameRequestCallback callback ) : int
callback FrameRequestCallback
return int

ResizeBy() public static method

public static ResizeBy ( int x, int y ) : void
x int
y int
return void

ResizeTo() public static method

public static ResizeTo ( int x, int y ) : void
x int
y int
return void

Scroll() public static method

public static Scroll ( int x, int y ) : void
x int
y int
return void

ScrollBy() public static method

public static ScrollBy ( int x, int y ) : void
x int
y int
return void

ScrollByLines() public static method

public static ScrollByLines ( int numLines ) : void
numLines int
return void

ScrollByPages() public static method

public static ScrollByPages ( int numPages ) : void
numPages int
return void

ScrollTo() public static method

public static ScrollTo ( int x, int y ) : void
x int
y int
return void

SetResizable() public static method

public static SetResizable ( bool resizable ) : void
resizable bool
return void

ShowModalDialog() public static method

public static ShowModalDialog ( string url, object argument ) : object
url string
argument object
return object

ShowModalDialog() public static method

public static ShowModalDialog ( string url, object argument, string options ) : object
url string
argument object
options string
return object

SizeToContent() public static method

public static SizeToContent ( ) : void
return void

Stop() public static method

public static Stop ( ) : void
return void

ToNativeLineEndings() public static method

public static ToNativeLineEndings ( string @string ) : string
@string string
return string

UpdateCommands() public static method

public static UpdateCommands ( string action ) : void
action string
return void