IAgentCommandWindow::SetVisible
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