TreeView for WinForms | ComponentOne
C1.Framework Namespace / C1BitmapIcon Class / IsEmptyColor Property

In This Topic
    IsEmptyColor Property (C1BitmapIcon)
    In This Topic
    Returns the System.Boolean value specifying whether icon color is set.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    Public ReadOnly Property IsEmptyColor As Boolean
    [Browsable(false)]
    public bool IsEmptyColor {get;}
    See Also