C# Класс AcManager.Tools.TextEditing.TextEditorExtension

Показать файл Открыть проект

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

Метод Описание
IsBusy ( this editor ) : bool
SetAsIniEditor ( this editor, Action changedHandler ) : void
SetDocument ( this editor, string content ) : void

Описание методов

IsBusy() публичный статический Метод

public static IsBusy ( this editor ) : bool
editor this
Результат bool

SetAsIniEditor() публичный статический Метод

public static SetAsIniEditor ( this editor, Action changedHandler ) : void
editor this
changedHandler Action
Результат void

SetDocument() публичный статический Метод

public static SetDocument ( this editor, string content ) : void
editor this
content string
Результат void