Platform SDK: Agent

IAgentPropertySheet::SetPage

HRESULT SetPage(
   BSTR bszPage  // current property page
);

Sets the current page of the Microsoft Agent property sheet.

bszPage
A BSTR that sets the current page of the property. The parameter can be one of the following.
"Speech" The Speech Input page.
"Output" The Output page.
"Copyright" The Copyright page.

See Also

IAgentPropertySheet::GetPage