[]
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.
public bool ShowDefaultTopicFirst { get; set; }
This property is used only for top level controls (Form objects), it is ignored for other UI elements.