QuickOPC User's Guide and Reference
DefaultWarningColor Property



OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.Components Namespace > StatusToColorConverter Class : DefaultWarningColor Property
The default Warning color.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
Public Shared ReadOnly Property DefaultWarningColor As Color
'Usage
 
Dim value As Color
 
value = StatusToColorConverter.DefaultWarningColor
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
public static Color DefaultWarningColor {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
public:
static property Color DefaultWarningColor {
   Color get();
}
Remarks

Equals to System.Drawing.Color.Orange, which is generally considered to mean "Warning", and as having higher severity level than System.Drawing.Color.Yellow, which is generally considered to mean "Caution" or "Advisory". This choice allows to combine the default settings with the use of System.Drawing.Color.Yellow for advisory purposes.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also