Item Property (PropertyDesignSchemeColors)
Returns or sets the color in the design scheme.
public override string this[
int
]; {get; set;}
'Declaration
Public Overrides Default Property Item( _
ByVal As Integer _
) As String
Parameters
- index
Position of the color value.
Property Value
String that determines or returns the color value. It is important to keep this structure: RGB(r, g, b)
r = intensity of the red color
g = intensity of the green color
b = intensity of the blue color
Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9