C# 클래스 SIL.FieldWorks.XWorks.MacroF2

Mock macro for F2 key. In this one we only use the PreferredFunctionKey.
상속: IFlexMacro
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 프로퍼티들

프로퍼티 타입 설명
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