Table of Contents

Method SetSelectedTab

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

SetSelectedTab(IMenuService, string)

Sets the selected tab in the menu service.

public static void SetSelectedTab(this IMenuService menuService, string tabName)

Parameters

menuService IMenuService

The menu service.

tabName string

The name of the tab to be selected.