Method SetSelectedTab
SetSelectedTab(IMenuService, string)
Sets the selected tab in the menu service.
public static void SetSelectedTab(this IMenuService menuService, string tabName)
Parameters
menuService
IMenuServiceThe menu service.
tabName
stringThe name of the tab to be selected.