Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Sub Color( _ ByVal colorIndex As DisplayColor, _ ByVal traceIndex As Integer, _ ByVal value As String _ ) |
C# | |
---|---|
public abstract void Color( DisplayColor colorIndex, int traceIndex, string value ) |
C++/CLI | |
---|---|
public: abstract void Color( DisplayColor colorIndex, int traceIndex, String^ value ) |
Parameters
- colorIndex
- The color index.
- traceIndex
- The trace index.
- value
- The color in a serializable form (as a string).
If this color is not IsColorByTrace, then the traceIndex is ignored.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)