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 Color, _
ByVal As String _
)
public void SetColor(
Color ,
string
)
Parameters
- color
- colorName
See Also