ComponentOne DynamicHelp for WinForms
ShowDefaultTopicFirst Property

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > MapItem Class : ShowDefaultTopicFirst Property
Gets or sets a value indicating whether the default topic (the topic associated with the form) should be always displayed when the form is loaded and becomes visible, even if a UI element inside the form got focus and has a topic associated with it.
Syntax
'Declaration
 
Public Property ShowDefaultTopicFirst As System.Boolean
public System.bool ShowDefaultTopicFirst {get; set;}
Remarks
This property is used only for top level controls (Form objects), it is ignored for other UI elements.
See Also

Reference

MapItem Class
MapItem Members