PowerTCP Emulation for .NET
BlackBold Property




Specifies the color to use for ANSI light black.
Syntax
<DefaultValueAttribute()>
Public Property BlackBold As Color
Dim instance As AnsiColor
Dim value As Color
 
instance.BlackBold = value
 
value = instance.BlackBold
[DefaultValue()]
public Color BlackBold {get; set;}
[DefaultValue()]
public: __property Color get_BlackBold();
public: __property void set_BlackBold( 
   Color value
);
[DefaultValue()]
public:
property Color BlackBold {
   Color get();
   void set (    Color value);
}
See Also

Reference

AnsiColor Class
AnsiColor Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic