[]
Enumeration that specifies where a topic will be displayed.
public enum DisplayTarget
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.
| 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. |