C# Класс System.Html.WindowInstance

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
WindowInstance System.Data.IndexedDB

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
WindowInstance ( ) : System.Data.IndexedDB

Описание методов

AddEventListener() публичный Метод

public AddEventListener ( WindowInstanceEvents type, System.Action listener ) : void
type WindowInstanceEvents
listener System.Action
Результат void

AddEventListener() публичный Метод

public AddEventListener ( WindowInstanceEvents type, System.Action listener, bool capture ) : void
type WindowInstanceEvents
listener System.Action
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( WindowInstanceEvents type, HtmlEventHandler listener ) : void
type WindowInstanceEvents
listener HtmlEventHandler
Результат void

AddEventListener() публичный Метод

public AddEventListener ( WindowInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
type WindowInstanceEvents
listener HtmlEventHandler
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type WindowInstanceEvents
listener HtmlEventHandlerWithTarget
Результат void

AddEventListener() публичный Метод

public AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type WindowInstanceEvents
listener HtmlEventHandlerWithTarget
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( WindowInstanceEvents type, IEventListener listener ) : void
type WindowInstanceEvents
listener IEventListener
Результат void

AddEventListener() публичный Метод

public AddEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void
type WindowInstanceEvents
listener IEventListener
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Результат void

AddEventListener() публичный Метод

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Результат void

Alert() публичный Метод

public Alert ( ) : void
Результат void

Alert() публичный Метод

public Alert ( string message ) : void
message string
Результат void

Atob() публичный Метод

public Atob ( string atob ) : string
atob string
Результат string

Back() публичный Метод

public Back ( ) : void
Результат void

Blur() публичный Метод

public Blur ( ) : void
Результат void

Btoa() публичный Метод

public Btoa ( string btoa ) : string
btoa string
Результат string

CancelAnimationFrame() публичный Метод

public CancelAnimationFrame ( int handle ) : void
handle int
Результат void

CaptureEvents() публичный Метод

public CaptureEvents ( ) : void
Результат void

Close() публичный Метод

public Close ( ) : void
Результат void

Confirm() публичный Метод

public Confirm ( ) : bool
Результат bool

Confirm() публичный Метод

public Confirm ( string message ) : bool
message string
Результат bool

Dump() публичный Метод

public Dump ( string str ) : void
str string
Результат void

Find() публичный Метод

public Find ( ) : bool
Результат bool

Find() публичный Метод

public Find ( string str ) : bool
str string
Результат bool

Find() публичный Метод

public Find ( string str, bool caseSensitive ) : bool
str string
caseSensitive bool
Результат bool

Find() публичный Метод

public Find ( string str, bool caseSensitive, bool backwards ) : bool
str string
caseSensitive bool
backwards bool
Результат bool

Find() публичный Метод

public Find ( string str, bool caseSensitive, bool backwards, bool wrapAround ) : bool
str string
caseSensitive bool
backwards bool
wrapAround bool
Результат bool

Find() публичный Метод

public Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord ) : bool
str string
caseSensitive bool
backwards bool
wrapAround bool
wholeWord bool
Результат bool

Find() публичный Метод

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
Результат bool

Find() публичный Метод

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
Результат bool

Focus() публичный Метод

public Focus ( ) : void
Результат void

Forward() публичный Метод

public Forward ( ) : void
Результат void

GetComputedStyle() публичный Метод

public GetComputedStyle ( Element elt ) : Style
elt Element
Результат Style

GetComputedStyle() публичный Метод

public GetComputedStyle ( Element elt, string pseudoElt ) : Style
elt Element
pseudoElt string
Результат Style

GetDefaultComputedStyle() публичный Метод

public GetDefaultComputedStyle ( Element elt ) : Style
elt Element
Результат Style

GetDefaultComputedStyle() публичный Метод

public GetDefaultComputedStyle ( Element elt, string pseudoElt ) : Style
elt Element
pseudoElt string
Результат Style

GetSelection() публичный Метод

public GetSelection ( ) : Selection
Результат Selection

Home() публичный Метод

public Home ( ) : void
Результат void

MatchMedia() публичный Метод

public MatchMedia ( string query ) : MediaQueryList
query string
Результат MediaQueryList

MoveBy() публичный Метод

public MoveBy ( int x, int y ) : void
x int
y int
Результат void

MoveTo() публичный Метод

public MoveTo ( int x, int y ) : void
x int
y int
Результат void

Open() публичный Метод

public Open ( ) : WindowInstance
Результат WindowInstance

Open() публичный Метод

public Open ( string url ) : WindowInstance
url string
Результат WindowInstance

Open() публичный Метод

public Open ( string url, string target ) : WindowInstance
url string
target string
Результат WindowInstance

Open() публичный Метод

public Open ( string url, string target, string features ) : WindowInstance
url string
target string
features string
Результат WindowInstance

PostMessage() публичный Метод

public PostMessage ( object message, string targetOrigin ) : void
message object
targetOrigin string
Результат void

PostMessage() публичный Метод

public PostMessage ( object message, string targetOrigin, object transfer ) : void
message object
targetOrigin string
transfer object
Результат void

Print() публичный Метод

public Print ( ) : void
Результат void

Prompt() публичный Метод

public Prompt ( ) : string
Результат string

Prompt() публичный Метод

public Prompt ( string message ) : string
message string
Результат string

Prompt() публичный Метод

public Prompt ( string message, string @default ) : string
message string
@default string
Результат string

ReleaseEvents() публичный Метод

public ReleaseEvents ( ) : void
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( WindowInstanceEvents type, System.Action listener ) : void
type WindowInstanceEvents
listener System.Action
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( WindowInstanceEvents type, System.Action listener, bool capture ) : void
type WindowInstanceEvents
listener System.Action
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandler listener ) : void
type WindowInstanceEvents
listener HtmlEventHandler
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
type WindowInstanceEvents
listener HtmlEventHandler
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type WindowInstanceEvents
listener HtmlEventHandlerWithTarget
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type WindowInstanceEvents
listener HtmlEventHandlerWithTarget
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( WindowInstanceEvents type, IEventListener listener ) : void
type WindowInstanceEvents
listener IEventListener
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void
type WindowInstanceEvents
listener IEventListener
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Результат void

RequestAnimationFrame() публичный Метод

public RequestAnimationFrame ( FrameRequestCallback callback ) : int
callback FrameRequestCallback
Результат int

ResizeBy() публичный Метод

public ResizeBy ( int x, int y ) : void
x int
y int
Результат void

ResizeTo() публичный Метод

public ResizeTo ( int x, int y ) : void
x int
y int
Результат void

Scroll() публичный Метод

public Scroll ( int x, int y ) : void
x int
y int
Результат void

ScrollBy() публичный Метод

public ScrollBy ( int x, int y ) : void
x int
y int
Результат void

ScrollByLines() публичный Метод

public ScrollByLines ( int numLines ) : void
numLines int
Результат void

ScrollByPages() публичный Метод

public ScrollByPages ( int numPages ) : void
numPages int
Результат void

ScrollTo() публичный Метод

public ScrollTo ( int x, int y ) : void
x int
y int
Результат void

SetResizable() публичный Метод

public SetResizable ( bool resizable ) : void
resizable bool
Результат void

ShowModalDialog() публичный Метод

public ShowModalDialog ( string url, object argument ) : object
url string
argument object
Результат object

ShowModalDialog() публичный Метод

public ShowModalDialog ( string url, object argument, string options ) : object
url string
argument object
options string
Результат object

SizeToContent() публичный Метод

public SizeToContent ( ) : void
Результат void

Stop() публичный Метод

public Stop ( ) : void
Результат void

ToNativeLineEndings() публичный Метод

public ToNativeLineEndings ( string @string ) : string
@string string
Результат string

UpdateCommands() публичный Метод

public UpdateCommands ( string action ) : void
action string
Результат void