AVEVA CAF API Documenation

Aveva.ApplicationFramework.Presentation Namespace : HideMessageBoxType Enumeration
HideMessageBoxType Enumeration
Flags to set type of Message boxes to hide based on the icon Since some Icons are shared, the number of types to hide is lower than the MessageBoxeIcon enum.
Syntax
[Flags()]
public enum HideMessageBoxType : System.Enum 
[Flags()]
public enum class HideMessageBoxType : public System.Enum 
Members
MemberDescription
Error A binary constant representing the error flag.
Exclamation A binary constant representing the exclamation flag.
HideAll A binary constant representing the hide all flag.
HideNone A binary constant representing the hide none flag.
Information A binary constant representing the information flag.
None A binary constant representing the none flag.
Question A binary constant representing the question flag.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Aveva.ApplicationFramework.Presentation.HideMessageBoxType

Requirements

Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)

See Also