ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / IsColorUnit Method

In This Topic
    IsColorUnit Method
    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