[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.DisplayTarget

DisplayTarget Enum

Enumeration that specifies where a topic will be displayed.

Namespace: C1.Win.C1DynamicHelp
Assembly: C1.Win.C1DynamicHelp.4.8.dll
Syntax
public enum DisplayTarget
Remarks

This enumeration is used in ShowTopicForActiveControl(DisplayTarget), which is typically used when a user presses the F1 key to get help. It allows to show a topic in the C1DynamicHelp control, in an external window or both.

Fields

Name Description
ControlPanel

Specifies that a topic should be displayed in the C1DynamicHelp control.

ExternalWindow

Specifies that a topic should be displayed in an external window.

PanelAndWindow

Specifies that a topic should be displayed both in the C1DynamicHelp control and in an external help viewer window.