IAgentCommandWindow::SetVisible
[Microsoft Agent is deprecated as of Windows 7, and may be unavailable in subsequent versions of Windows.]
HRESULT SetVisible(
long bVisible // Voice Commands Window Visible setting
);
Set the Visible property for the Voice Commands Window.
- Returns S_OK to indicate the operation was successful.
-
bVisible
-
Visible property setting. A value of True displays the Voice Commands Window; False hides it.
The user can override this property.
See Also
IAgentCommandWindow::GetVisible