C# Class 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.
Inheritance: IFlexMacro
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

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