Click or drag to resize
weroSoft AG, Software
HelpProviderApplyHelpEntryPoint Method (DependencyObject, HelpProviderEntryPoint)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Applies the help entry point to the defined dependency object.

Namespace:  WeroSoft.Windows.ContextHelp
Assembly:  WeroSoft.Windows.Library (in WeroSoft.Windows.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static void ApplyHelpEntryPoint(
	DependencyObject dependencyObject,
	HelpProviderEntryPoint entryPoint
)

Parameters

dependencyObject
Type: System.WindowsDependencyObject
The dependency object the help shall applied to.
entryPoint
Type: WeroSoft.Windows.ContextHelpHelpProviderEntryPoint
The entry point to apply.
See Also