ComponentOne DynamicHelp for WinForms
DisplayTarget Enumeration

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace : DisplayTarget Enumeration
Enumeration that specifies where a topic will be displayed.
Syntax
'Declaration
 
Public Enum DisplayTarget 
   Inherits System.Enum
public enum DisplayTarget : System.Enum 
Members
MemberDescription
ControlPanelSpecifies that a topic should be displayed in the C1DynamicHelp control.
ExternalWindowSpecifies that a topic should be displayed in an external window.
PanelAndWindowSpecifies that a topic should be displayed both in the C1DynamicHelp control and in an external help viewer window.
Remarks
This enumeration is used in C1DynamicHelp.ShowTopicForActiveControl, 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1DynamicHelp.DisplayTarget

See Also

Reference

C1.Win.C1DynamicHelp Namespace