C# Class StoryTeller.UserInterface.Tests.HtmlView

Inheritance: System.Windows.Controls.ContentControl, IHtmlView
显示文件 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