C# Class System.Html.WindowInstance

Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
WindowInstance System.Data.IndexedDB

Méthodes publiques

Méthode 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
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
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
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

Private Methods

Méthode Description
WindowInstance ( ) : System.Data.IndexedDB

Method Details

AddEventListener() public méthode

public AddEventListener ( WindowInstanceEvents type, System.Action listener ) : void
type WindowInstanceEvents
listener System.Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( WindowInstanceEvents type, System.Action listener, bool capture ) : void
type WindowInstanceEvents
listener System.Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( WindowInstanceEvents type, HtmlEventHandler listener ) : void
type WindowInstanceEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( WindowInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
type WindowInstanceEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type WindowInstanceEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type WindowInstanceEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( WindowInstanceEvents type, IEventListener listener ) : void
type WindowInstanceEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void
type WindowInstanceEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

Alert() public méthode

public Alert ( ) : void
Résultat void

Alert() public méthode

public Alert ( string message ) : void
message string
Résultat void

Atob() public méthode

public Atob ( string atob ) : string
atob string
Résultat string

Back() public méthode

public Back ( ) : void
Résultat void

Blur() public méthode

public Blur ( ) : void
Résultat void

Btoa() public méthode

public Btoa ( string btoa ) : string
btoa string
Résultat string

CancelAnimationFrame() public méthode

public CancelAnimationFrame ( int handle ) : void
handle int
Résultat void

CaptureEvents() public méthode

public CaptureEvents ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Confirm() public méthode

public Confirm ( ) : bool
Résultat bool

Confirm() public méthode

public Confirm ( string message ) : bool
message string
Résultat bool

Dump() public méthode

public Dump ( string str ) : void
str string
Résultat void

Find() public méthode

public Find ( ) : bool
Résultat bool

Find() public méthode

public Find ( string str ) : bool
str string
Résultat bool

Find() public méthode

public Find ( string str, bool caseSensitive ) : bool
str string
caseSensitive bool
Résultat bool

Find() public méthode

public Find ( string str, bool caseSensitive, bool backwards ) : bool
str string
caseSensitive bool
backwards bool
Résultat bool

Find() public méthode

public Find ( string str, bool caseSensitive, bool backwards, bool wrapAround ) : bool
str string
caseSensitive bool
backwards bool
wrapAround bool
Résultat bool

Find() public méthode

public Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord ) : bool
str string
caseSensitive bool
backwards bool
wrapAround bool
wholeWord bool
Résultat bool

Find() public méthode

public 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
Résultat bool

Find() public méthode

public 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
Résultat bool

Focus() public méthode

public Focus ( ) : void
Résultat void

Forward() public méthode

public Forward ( ) : void
Résultat void

GetComputedStyle() public méthode

public GetComputedStyle ( Element elt ) : Style
elt Element
Résultat Style

GetComputedStyle() public méthode

public GetComputedStyle ( Element elt, string pseudoElt ) : Style
elt Element
pseudoElt string
Résultat Style

GetDefaultComputedStyle() public méthode

public GetDefaultComputedStyle ( Element elt ) : Style
elt Element
Résultat Style

GetDefaultComputedStyle() public méthode

public GetDefaultComputedStyle ( Element elt, string pseudoElt ) : Style
elt Element
pseudoElt string
Résultat Style

GetSelection() public méthode

public GetSelection ( ) : Selection
Résultat Selection

Home() public méthode

public Home ( ) : void
Résultat void

MatchMedia() public méthode

public MatchMedia ( string query ) : MediaQueryList
query string
Résultat MediaQueryList

MoveBy() public méthode

public MoveBy ( int x, int y ) : void
x int
y int
Résultat void

MoveTo() public méthode

public MoveTo ( int x, int y ) : void
x int
y int
Résultat void

Open() public méthode

public Open ( ) : WindowInstance
Résultat WindowInstance

Open() public méthode

public Open ( string url ) : WindowInstance
url string
Résultat WindowInstance

Open() public méthode

public Open ( string url, string target ) : WindowInstance
url string
target string
Résultat WindowInstance

Open() public méthode

public Open ( string url, string target, string features ) : WindowInstance
url string
target string
features string
Résultat WindowInstance

PostMessage() public méthode

public PostMessage ( object message, string targetOrigin ) : void
message object
targetOrigin string
Résultat void

PostMessage() public méthode

public PostMessage ( object message, string targetOrigin, object transfer ) : void
message object
targetOrigin string
transfer object
Résultat void

Print() public méthode

public Print ( ) : void
Résultat void

Prompt() public méthode

public Prompt ( ) : string
Résultat string

Prompt() public méthode

public Prompt ( string message ) : string
message string
Résultat string

Prompt() public méthode

public Prompt ( string message, string @default ) : string
message string
@default string
Résultat string

ReleaseEvents() public méthode

public ReleaseEvents ( ) : void
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( WindowInstanceEvents type, System.Action listener ) : void
type WindowInstanceEvents
listener System.Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( WindowInstanceEvents type, System.Action listener, bool capture ) : void
type WindowInstanceEvents
listener System.Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandler listener ) : void
type WindowInstanceEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
type WindowInstanceEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type WindowInstanceEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type WindowInstanceEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( WindowInstanceEvents type, IEventListener listener ) : void
type WindowInstanceEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void
type WindowInstanceEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RequestAnimationFrame() public méthode

public RequestAnimationFrame ( FrameRequestCallback callback ) : int
callback FrameRequestCallback
Résultat int

ResizeBy() public méthode

public ResizeBy ( int x, int y ) : void
x int
y int
Résultat void

ResizeTo() public méthode

public ResizeTo ( int x, int y ) : void
x int
y int
Résultat void

Scroll() public méthode

public Scroll ( int x, int y ) : void
x int
y int
Résultat void

ScrollBy() public méthode

public ScrollBy ( int x, int y ) : void
x int
y int
Résultat void

ScrollByLines() public méthode

public ScrollByLines ( int numLines ) : void
numLines int
Résultat void

ScrollByPages() public méthode

public ScrollByPages ( int numPages ) : void
numPages int
Résultat void

ScrollTo() public méthode

public ScrollTo ( int x, int y ) : void
x int
y int
Résultat void

SetResizable() public méthode

public SetResizable ( bool resizable ) : void
resizable bool
Résultat void

ShowModalDialog() public méthode

public ShowModalDialog ( string url, object argument ) : object
url string
argument object
Résultat object

ShowModalDialog() public méthode

public ShowModalDialog ( string url, object argument, string options ) : object
url string
argument object
options string
Résultat object

SizeToContent() public méthode

public SizeToContent ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

ToNativeLineEndings() public méthode

public ToNativeLineEndings ( string @string ) : string
@string string
Résultat string

UpdateCommands() public méthode

public UpdateCommands ( string action ) : void
action string
Résultat void