C# 클래스 SIL.FieldWorks.XWorks.MorphologyEditor.RespellerDlgListener

XCore listener for the Respeller dlg.
상속: XCore.DlgListenerBase
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명
ActiveWord ITsString
LaunchRespellerDlgOnWord void

공개 메소드들

메소드 설명
OnDisplayLaunchRespellerDlg ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool

Determine whether to show (and enable) the command to launch the respeller dialog.

OnLaunchRespellerDlg ( object argument ) : bool

Launch the Respeller dlg.

비공개 메소드들

메소드 설명
ActiveWord ( ) : ITsString

Try to find a WfiWordform object corresponding the the focus selection. If successful return its guid, otherwise, return Guid.Empty.

LaunchRespellerDlgOnWord ( ITsString tss ) : void

메소드 상세

OnDisplayLaunchRespellerDlg() 공개 메소드

Determine whether to show (and enable) the command to launch the respeller dialog.
public OnDisplayLaunchRespellerDlg ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
commandObject object
display XCore.UIItemDisplayProperties
리턴 bool

OnLaunchRespellerDlg() 공개 메소드

Launch the Respeller dlg.
public OnLaunchRespellerDlg ( object argument ) : bool
argument object The xCore Command object.
리턴 bool