QuickOPC User's Guide and Reference
WarningForegroundColor Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Console.Interaction Namespace > ConsoleInteractionParameters Class : WarningForegroundColor Property
The foreground color used for warnings.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public ReadOnly Property WarningForegroundColor As ConsoleColor
'Usage
 
Dim instance As ConsoleInteractionParameters
Dim value As ConsoleColor
 
value = instance.WarningForegroundColor
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public ConsoleColor WarningForegroundColor {get;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property ConsoleColor WarningForegroundColor {
   ConsoleColor 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