A base-class for creating fixed-size dialog boxes with an OK and a Cancel button.
More...
|
virtual void | OnOKClicked () |
| This hook is called when the user clicks the OK button. More...
|
|
virtual void | OnCancelClicked () |
| This hook is called when the user clicks the Cancel button. More...
|
|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
|
System.Windows.Forms.Button | buttonOK |
|
System.Windows.Forms.Button | buttonCancel |
|
A base-class for creating fixed-size dialog boxes with an OK and a Cancel button.
◆ Dispose()
override void NanoByte.Common.Controls.OKCancelDialog.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
◆ OnCancelClicked()
virtual void NanoByte.Common.Controls.OKCancelDialog.OnCancelClicked |
( |
| ) |
|
|
inlineprotectedvirtual |
This hook is called when the user clicks the Cancel button.
◆ OnOKClicked()
virtual void NanoByte.Common.Controls.OKCancelDialog.OnOKClicked |
( |
| ) |
|
|
inlineprotectedvirtual |
This hook is called when the user clicks the OK button.
The documentation for this class was generated from the following files:
- Common.WinForms/Controls/OKCancelDialog.cs
- Common.WinForms/Controls/OKCancelDialog.Designer.cs