C# Class SIL.FieldWorks.XWorks.MacroF2

Mock macro for F2 key. In this one we only use the PreferredFunctionKey.
Inheritance: IFlexMacro
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Свойство Type Description
BeEnabled bool

Méthodes publiques

Méthode Description
Enabled ( ICmObject target, int targetField, int wsId, int start, int length ) : bool
RunMacro ( ICmObject target, int targetField, int wsId, int startOffset, int length ) : void

Method Details

Enabled() public méthode

public Enabled ( ICmObject target, int targetField, int wsId, int start, int length ) : bool
target ICmObject
targetField int
wsId int
start int
length int
Résultat bool

RunMacro() public méthode

public RunMacro ( ICmObject target, int targetField, int wsId, int startOffset, int length ) : void
target ICmObject
targetField int
wsId int
startOffset int
length int
Résultat void

Property Details

BeEnabled public_oe property

public bool BeEnabled
Résultat bool