GetMenuSelectionPosition Function

Returns the first item on the page of a currently selected menu.

This is only valid inside a MenuAction_Select callback.

int GetMenuSelectionPosition()

Return Value

First item number on the page the client was viewing before selecting the item in the callback. This can be used to re-display the menu from the original position.

Errors

Not called from inside a MenuAction_Select callback.