Platform SDK: Agent |
HRESULT SetAutoPopupMenu( long bAutoPopupMenu, // auto pop-up menu display setting );
Sets whether the server automatically displays the character's pop-up menu.
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.
By setting this property to False, you can create your own menu-handling behavior. To display the menu after setting this property to False, use the IAgentCharacter::ShowPopupMenu method.
IAgentCharacterEx::GetAutoPopupMenu, IAgentCharacterEx::ShowPopupMenu