QuickOPC User's Guide and Reference
ErrorColor Property



OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.Components Namespace > StatusToColorConverter Class : ErrorColor Property
The color returned for Error status.
Syntax
'Declaration
 
Public Property ErrorColor As Color
'Usage
 
Dim instance As StatusToColorConverter
Dim value As Color
 
instance.ErrorColor = value
 
value = instance.ErrorColor
public Color ErrorColor {get; set;}
public:
property Color ErrorColor {
   Color get();
   void set (    Color value);
}
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