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

Gets or sets the button on the form that is clicked when the user presses the ENTER key.

Syntax

Visual Basic (Declaration) 
Public Property AcceptButton As IButtonControl
C# 
public IButtonControl AcceptButton {get; set;}

Property Value

An System.Windows.Forms.IButtonControl that represents the button to use as the accept button for the form.

Requirements

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

See Also