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.
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
protected virtual void CancelPressed()
Protected Overridable Sub CancelPressed
protected:
virtual void CancelPressed()
abstract CancelPressed : unit -> unit
override CancelPressed : unit -> unit