Keyoti RapidSpell WPF API Docs
ShowDialog Method (owner, showCheckAsYouTypeOption, showFindSuggestionsOption, showUserDictionaryButton)
APIKeyoti.RapidSpell.Wpf.DialogViewsIDialogViewOptionsShowDialog(Object, Boolean, Boolean, Boolean)
Keyoti RapidSpell WPF
Shows the window modally
Declaration Syntax
C#Visual BasicVisual C++
DialogResult ShowDialog(
	Object owner,
	bool showCheckAsYouTypeOption,
	bool showFindSuggestionsOption,
	bool showUserDictionaryButton
)
Function ShowDialog ( _
	owner As Object, _
	showCheckAsYouTypeOption As Boolean, _
	showFindSuggestionsOption As Boolean, _
	showUserDictionaryButton As Boolean _
) As DialogResult
DialogResult ShowDialog(
	Object^ owner, 
	bool showCheckAsYouTypeOption, 
	bool showFindSuggestionsOption, 
	bool showUserDictionaryButton
)
Parameters
owner (Object)
showCheckAsYouTypeOption (Boolean)
showFindSuggestionsOption (Boolean)
showUserDictionaryButton (Boolean)

Assembly: Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827