Shows options UI of Microsoft Speech engine.

Namespace:  SGP.Speech
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void DisplayUI(
	SpeechUI ui,
	Form form,
	string title
)

Parameters

ui
Type: SGP.Speech..::.SpeechUI
An UI setting SpeechUI.
form
Type: System.Windows.Forms..::.Form
A parent form Form.
title
Type: System..::.String
A form title.

Exceptions

ExceptionCondition
System..::.ArgumentNullException form is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also