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
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Properties

Property Type Description
BeEnabled bool

Public Methods

Method 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 method

public Enabled ( ICmObject target, int targetField, int wsId, int start, int length ) : bool
target ICmObject
targetField int
wsId int
start int
length int
return bool

RunMacro() public method

public RunMacro ( ICmObject target, int targetField, int wsId, int startOffset, int length ) : void
target ICmObject
targetField int
wsId int
startOffset int
length int
return void

Property Details

BeEnabled public_oe property

public bool BeEnabled
return bool