[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CustomIconContainer.RemoveIcon

RemoveIcon Method

RemoveIcon(int)

Removes an icon object at the specified index.

Declaration
public bool RemoveIcon(int index)
Public Function RemoveIcon(index As Integer) As Boolean
Parameters
Type Name Description
int index

Index

Returns
Type Description
bool

True when successful; otherwise, false

RemoveIcon(string)

Removes an icon object with the specified name.

Declaration
public bool RemoveIcon(string name)
Public Function RemoveIcon(name As String) As Boolean
Parameters
Type Name Description
string name

Name

Returns
Type Description
bool

True when successful: ortherwise, false