In This Topic
Returns true if the unit type is current a valid color unit (eCSSUnit.Color_Hex or eCSSUnit.Color_Name or eCSSUnit.Color_RGBFunc or eCSSUnit.Color_System).
Syntax
'Declaration
Public Function IsColorUnit() As Boolean
public bool IsColorUnit()
See Also