C# Class SIL.FieldWorks.XWorks.MacroF2

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

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