getSelectedMenuID()
Last updated 2/10/2024
Example
The following code gets the current selected menu.
Gets the current selected menu
function GetMenuID(five) {
return five.getSelectedMenuID();
}
Last updated 2/10/2024
The following code gets the current selected menu.
function GetMenuID(five) {
return five.getSelectedMenuID();
}