HelpProviderGetHelpTopic Method

Getter for HelpTopicProperty. Get a help topic that's attached to an object.

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static string GetHelpTopic(
	DependencyObject obj
)

Parameters

obj  DependencyObject
The object that the help topic is attached to.

Return Value

String
The help topic.

See Also