C# Класс SIL.FieldWorks.XWorks.MacroF4

A more complete mock for the F4 key. RunMacro sets a string property. This verifies that we are getting the unit of work into the required state.
Наследование: IFlexMacro
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
BeEnabled bool

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

Метод Описание
Enabled ( ICmObject target, int targetField, int wsId, int start, int length ) : bool
RunMacro ( ICmObject target, int targetField, int wsId, int startOffset, int length ) : void

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

Enabled() публичный Метод

public Enabled ( ICmObject target, int targetField, int wsId, int start, int length ) : bool
target ICmObject
targetField int
wsId int
start int
length int
Результат bool

RunMacro() публичный Метод

public RunMacro ( ICmObject target, int targetField, int wsId, int startOffset, int length ) : void
target ICmObject
targetField int
wsId int
startOffset int
length int
Результат void

Описание свойств

BeEnabled публичное свойство

public bool BeEnabled
Результат bool