Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
StoryTeller
UserInterface
Tests
HtmlView
C# Class StoryTeller.UserInterface.Tests.HtmlView
Inheritance:
System.Windows.Controls.ContentControl
,
IHtmlView
Datei anzeigen
Open project: adymitruk/storyteller
Class Usage Examples
Public Methods
Method
Description
CaptureFocus
( ) :
void
HtmlView
( ) :
System
OpenFile
(
string
path
) :
void
RunCommand
(
string
command
) :
void
Method Details
CaptureFocus()
public
method
public
CaptureFocus
( ) :
void
return
void
HtmlView()
public
method
public
HtmlView
( ) :
System
return
System
OpenFile()
public
method
public
OpenFile
(
string
path
) :
void
path
string
return
void
RunCommand()
public
method
public
RunCommand
(
string
command
) :
void
command
string
return
void