Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingIconSetIndex Class / IsCustomIcon Property


In This Topic
    IsCustomIcon Property
    In This Topic
    Indicates whether the current icon is a custom icon (not predefined icons).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsCustomIcon As Boolean
    'Usage
     
    
    Dim instance As ConditionalFormattingIconSetIndex
    Dim value As Boolean
     
    value = instance.IsCustomIcon
    public bool IsCustomIcon {get;}
    See Also