Click or drag to resize
weroSoft AG, Software
HelpProviderSetHtmlHelpFileName Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Implements the setter of the attached property 'HtmlHelpFileName'.

Namespace:  WeroSoft.Windows.ContextHelp
Assembly:  WeroSoft.Windows.Library (in WeroSoft.Windows.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static void SetHtmlHelpFileName(
	DependencyObject target,
	string fileName
)

Parameters

target
Type: System.WindowsDependencyObject
Target on which the property is attached
fileName
Type: SystemString
File name of the Help file to be used.
Remarks
This property is used to set the HTML help (.html).
See Also