ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / C1Colors Class / IsVisible Method

In This Topic
    IsVisible Method (C1Colors)
    In This Topic
    Returns a value indicating whether specified Color value represents some "visible" value, for example, this function returns false for transparent color.
    Syntax
    'Declaration
     
    Public Shared Function IsVisible( _
       ByVal value As System.Drawing.Color _
    ) As System.Boolean
    public static System.bool IsVisible( 
       System.Drawing.Color value
    )

    Parameters

    value
    See Also