SetColor(Color,String) Method
In This Topic
Assign the color with the specified name to this entry.
Syntax
'Declaration
Public Overloads Sub SetColor( _
ByVal As System.Drawing.Color, _
ByVal As System.String _
)
public void SetColor(
System.Drawing.Color ,
System.string
)
Parameters
- color
- colorName
See Also