ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfColor Class / IsBlack Method
A drawing (media) color.

In This Topic
    IsBlack Method
    In This Topic
    Whether is black color.
    Syntax
    'Declaration
     
    Public Shared Function IsBlack( _
       ByVal clr As System.Drawing.Color _
    ) As System.Boolean
    public static System.bool IsBlack( 
       System.Drawing.Color clr
    )

    Parameters

    clr
    A drawing (media) color.

    Return Value

    true is the color is black, otherwise false.
    See Also