MessageBeepType Enumeration
Values that represent message beep types.
Syntax
public enum MessageBeepType : System.Enum
public enum class MessageBeepType : public System.Enum
Members
Member | Description |
---|---|
Default | An enum constant representing the default option. |
Error | An enum constant representing the error option. |
Information | An enum constant representing the information option. |
Ok | An enum constant representing the ok option. |
Question | An enum constant representing the question option. |
Warning | An enum constant representing the warning option. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.MessageBeepType
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also