Enum DialogDefaultButton
Enumeration to define a default button in a dialog.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public enum DialogDefaultButton
Fields
Name | Description |
---|---|
Button1 | Defines the first button in the dialog as default button. |
Button2 | Defines the second button in the dialog as default button. |
Button3 | Defines the third button in the dialog as default button. |