Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
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.