Gets or sets a value indicating whether a topic will be displayed depending on its own HelpTopicTrigger value or on the C1DynamicHelp.DefaultTrigger value of the C1DynamicHelp control.
'Declaration
Public Property UseDefaultTrigger As System.Boolean
public System.bool UseDefaultTrigger {get; set;}
Remarks
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.