DialogBaseFormOKPressed Method
Override this method to perform custom actions when the OK button is pressed.
The base implementation sets the
DialogResult property to
OK, and closes the form.
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
protected virtual void OKPressed()
Protected Overridable Sub OKPressed
protected:
virtual void OKPressed()
abstract OKPressed : unit -> unit
override OKPressed : unit -> unit