Keyoti RapidSpell Desktop .NET API Docs
ShowDialog Method (owner, showCheckAsYouTypeOption, showFindSuggestionsOption, showUserDictionaryButton)
APIKeyoti.RapidSpell.DialogViewsIDialogViewOptionsShowDialog(Object, Boolean, Boolean, Boolean)
Keyoti RapidSpell Desktop .NET
Shows the window modally
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
DialogResult ShowDialog(
	Object owner,
	bool showCheckAsYouTypeOption,
	bool showFindSuggestionsOption,
	bool showUserDictionaryButton
)
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
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
)
DialogResult ShowDialog(
	Object^ owner, 
	bool showCheckAsYouTypeOption, 
	bool showFindSuggestionsOption, 
	bool showUserDictionaryButton
)
abstract ShowDialog : 
        owner : Object * 
        showCheckAsYouTypeOption : bool * 
        showFindSuggestionsOption : bool * 
        showUserDictionaryButton : bool -> DialogResult 
abstract ShowDialog : 
        owner : Object * 
        showCheckAsYouTypeOption : bool * 
        showFindSuggestionsOption : bool * 
        showUserDictionaryButton : bool -> DialogResult 
Parameters
owner (Object)
showCheckAsYouTypeOption (Boolean)
showFindSuggestionsOption (Boolean)
showUserDictionaryButton (Boolean)
Return Value

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412