InputPanel for WinForms | ComponentOne
C1.Win.5 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 Color _
    ) As Boolean
    public static bool IsVisible( 
       Color value
    )

    Parameters

    value
    See Also