Table of Contents

Interface IHelpService

Namespace
Tudormobile.Wpf.Services
Assembly
Tudormobile.WpfApp.dll

Help service.

public interface IHelpService : IWpfAppService
Inherited Members

Methods

Register(UIElement, string)

Register help Uri for a UI Element.

void Register(UIElement element, string uriString)

Parameters

element UIElement

Element to register.

uriString string

String URI value of the help content.

Register(UIElement, Uri)

Register help Uri for a UI Element.

void Register(UIElement element, Uri uri)

Parameters

element UIElement

Element to register.

uri Uri

URI to help content.

ShowHelp(Uri)

Show help content.

void ShowHelp(Uri uri)

Parameters

uri Uri

URI of the help content.