Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Function Color( _ ByVal colorIndex As DisplayColor, _ ByVal traceIndex As Integer _ ) As String |
C# | |
---|---|
public abstract string Color( DisplayColor colorIndex, int traceIndex ) |
C++/CLI | |
---|---|
public: abstract String^ Color( DisplayColor colorIndex, int traceIndex ) |
Parameters
- colorIndex
- The color index.
- traceIndex
- The trace index.
Return 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)