C# 클래스 StoryTeller.UserInterface.Tests.HtmlView

상속: System.Windows.Controls.ContentControl, IHtmlView
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
CaptureFocus ( ) : void
HtmlView ( ) : System
OpenFile ( string path ) : void
RunCommand ( string command ) : void

메소드 상세

CaptureFocus() 공개 메소드

public CaptureFocus ( ) : void
리턴 void

HtmlView() 공개 메소드

public HtmlView ( ) : System
리턴 System

OpenFile() 공개 메소드

public OpenFile ( string path ) : void
path string
리턴 void

RunCommand() 공개 메소드

public RunCommand ( string command ) : void
command string
리턴 void