Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfIcon Structure / IconSet Property


In This Topic
    IconSet Property (CfIcon)
    In This Topic
    Gets the icon set type.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IconSet As IconSetType
    'Usage
     
    
    Dim instance As CfIcon
    Dim value As IconSetType
     
    value = instance.IconSet
    public IconSetType IconSet {get;}

    Property Value

    An IconSetType value represents the icon set type.
    See Also