Platform SDK: Agent |
HRESULT GetAutoPopupMenu( long * pbAutoPopupMenu // address of auto pop-up menu display setting );
Retrieves whether the server automatically displays the character's pop-up menu.
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.
IAgentCharacterEx::SetAutoPopupMenu, IAgentCharacterEx::ShowPopupMenu