DialogBaseFormCancelPressed Method

Override this method to perform custom actions when the Cancel button is pressed. The base implementation sets the DialogResult property to Cancel, and closes the form.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected virtual void CancelPressed()

See Also