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

Mock macro for F2 key. In this one we only use the PreferredFunctionKey.
Наследование: 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