C# 클래스 TextTemplate.TemplateEditor

Interaction logic for Template.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

공개 메소드들

메소드 설명
FocusOnElement ( IText text ) : void
RemoveFocus ( IText text ) : void

Give the focus to the parent

TemplateEditor ( TemplateEditorViewModel model ) : System.Collections.Generic

비공개 메소드들

메소드 설명
RenderTemplate ( ) : void

메소드 상세

FocusOnElement() 공개 메소드

public FocusOnElement ( IText text ) : void
text IText
리턴 void

RemoveFocus() 공개 메소드

Give the focus to the parent
public RemoveFocus ( IText text ) : void
text IText
리턴 void

TemplateEditor() 공개 메소드

public TemplateEditor ( TemplateEditorViewModel model ) : System.Collections.Generic
model TemplateEditorViewModel
리턴 System.Collections.Generic