dbicCalendar Send comments on this topic.
CancelButton Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : CancelButton Property

Gets or sets the button control that is clicked when the user presses the ESC key.

Syntax

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

Property Value

An System.Windows.Forms.IButtonControl that represents the cancel button for the form.

Requirements

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

See Also