dbicMonth Send comments on this topic.
HelpButton Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : HelpButton Property

Gets or sets a value indicating whether a Help button should be displayed in the caption box of the form.

Syntax

Visual Basic (Declaration) 
Public Property HelpButton As Boolean
C# 
public bool HelpButton {get; set;}

Property Value

true to display a Help button in the form's caption bar; otherwise, false. The default is false.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also