C# Класс SIL.FieldWorks.XWorks.MorphologyEditor.RespellerDlgListener

XCore listener for the Respeller dlg.
Наследование: XCore.DlgListenerBase
Показать файл Открыть проект

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