ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / MapItem Class / ShowDefaultTopicFirst Property

In This Topic
    ShowDefaultTopicFirst Property
    In This Topic
    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