TreeView for WinForms | ComponentOne
C1.Framework Namespace / C1Icon Class / IsEmptyBackColor Property

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