Platform SDK: Agent

IAgentCharacterEx::GetAutoPopupMenu

HRESULT GetAutoPopupMenu(
   long * pbAutoPopupMenu  // address of auto pop-up menu display setting
);

Retrieves whether the server automatically displays the character's pop-up menu.

pbAutoPopupMenu
Address of a variable that receives True if the Microsoft Agent server automatically handles displaying the character's pop-up menu and False if not.

When this property is set to False, your application must display the pop-up menu using IAgentCharacter::ShowPopupMenu method.

This property applies only to your client application's use of the character; the setting does not affect other clients of the character or other characters of your client application.

See Also

IAgentCharacterEx::SetAutoPopupMenu, IAgentCharacterEx::ShowPopupMenu