In This Topic
Remove the
Icon from this
IconSet.
Syntax
'Declaration
Public Sub Remove( _
ByVal As Icon _
)
'Usage
Dim instance As IconSet
Dim icon As Icon
instance.Remove(icon)
public void Remove(
Icon
)
Parameters
- icon
- The Icon to be removed.
See Also