[]
Gets or sets a value indicating whether a topic will be displayed depending on its own HelpTopicTrigger value or on the DefaultTrigger value of the C1DynamicHelp control.
public bool UseDefaultTrigger { get; set; }
If this property is set to false, the HelpTopicTrigger property is used to determine when the topic should be shown. Otherwise, the C1DynamicHelp.DefaultTrigger value determines when the topic will be displayed.