C# Класс TextTemplate.TemplateEditor

Interaction logic for Template.xaml
Наследование: System.Windows.Window
Показать файл Открыть проект Примеры использования класса

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

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