[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CustomIconContainer

CustomIconContainer Class

Provides an icon object container.

Inheritance
CustomIconContainer
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public sealed class CustomIconContainer : ICanSerializeXml, ISerializeSupport
Public NotInheritable Class CustomIconContainer
    Implements ICanSerializeXml, ISerializeSupport

Properties

Name Description
Count

Gets the number of contained icon objects.

this[int]

Gets or sets an icon object at the specified index.

this[string]

Gets or sets an icon object using the specified name.

Methods

Name Description
AddIcon(string, Icon)

Adds an icon object into a container.

Clear()

Clears all icon objects from the container.

Contains(string)

Checks whether an icon object with the specified name is in the container.

GetIndex(string)
GetName(int)
InsertIcon(int, string, Icon)

Inserts an icon object into a container with the specified name at a specified index.

RemoveIcon(int)

Removes an icon object at the specified index.

RemoveIcon(string)

Removes an icon object with the specified name.