EasySpeech Controls v2.0

DisplayUI

The DisplayUI method initiates the display of the specified UI.

Function DisplayUI(
OwnerWindow As Long, 
Title As String, 
TypeOfDlg As SR_UI_DIALOG) As Boolean

Parameters

OwnerWindow
Specifies the window handle of the owning window.
Title
Specifies the caption used for the UI window.
TypeOfDlg
Specifying the name of the UI to display. It can one of the following constant values.
Constant Description
SR_UI_AddRemoveWord Displays the Add/Remove word dialog box.
SR_UI_AudioProperties Displays the SR engine's audio properties.
SR_UI_AudioVolume Displays the SR engine's audio level.
SR_UI_EngineProperties Displays the engine's properties.
SR_UI_MicTraining Displays the microphone wizard.
SR_UI_RecoProfileProperties Displays the user profile wizard. Also available using Speech properties in Control Panel.
SR_UI_UserTraining Displays the user profile wizard. Also available using Speech properties in Control Panel.

Return Values

If the method succeeds, the return TRUE, otherwise return FALSE.

Remarks

None.

See Also

None.