Show / Hide Table of Contents

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.

Extension Methods

CollectionExtensions.AddRange<T, DialogDefaultButton>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<DialogDefaultButton>()
  • View Source
Back to top Generated by DocFX