SpObjectToken DisplayUI Method (SAPI 5.3)
Microsoft Speech API 5.3
Object: SpObjectToken
Type: Hidden
DisplayUI Method
The DisplayUI method displays the specified UI.
SpObjectToken.DisplayUI(
hWnd As Long,
Title As String,
TypeOfUI As String,
[ExtraData As Variant = Nothing],
[Object As IUnknown = Nothing]
)
Parameters
- hWnd
Specifies the hWnd. - Title
Specifies the Title. - TypeOfUI
Specifies the TypeOfUI. - ExtraData
[Optional] Specifies the ExtraData. By default, the Nothing value is used. - Object
[Optional] Specifies the Object. By default, the Nothing value is used.
Return Value
None.
Example
For an example of the use of the DisplayUI method, see the example in the Recognizer DisplayUI section.