QuickOPC User's Guide and Reference
DefaultErrorColor Property



OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.Components Namespace > StatusToColorConverter Class : DefaultErrorColor Property
The default Error color.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
Public Shared ReadOnly Property DefaultErrorColor As Color
'Usage
 
Dim value As Color
 
value = StatusToColorConverter.DefaultErrorColor
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
public static Color DefaultErrorColor {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
public:
static property Color DefaultErrorColor {
   Color get();
}
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