Table of Contents

Method SetSelected

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

SetSelected(IOutlookBarViewModel, string)

Sets the selected item in the OutlookBarViewModel based on the specified key.

public static void SetSelected(this IOutlookBarViewModel outlookBarViewModel, string key)

Parameters

outlookBarViewModel IOutlookBarViewModel

The OutlookBarViewModel instance.

key string

The key of the item to select.