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
Register(UIElement, Uri)
Register help Uri for a UI Element.
void Register(UIElement element, Uri uri)
Parameters
ShowHelp(Uri)
Show help content.
void ShowHelp(Uri uri)
Parameters
uri
UriURI of the help content.