dotnetCHARTING Send comments on this topic.
Remove(String) Method
See Also 
dotnetCHARTING Namespace > SmartPalette Class > Remove Method : Remove(String) Method


key
Key of entry to remove.
Removes an entry with the specified key from the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Remove( _
   ByVal key As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As SmartPalette
Dim key As String
 
instance.Remove(key)
C# 
public void Remove( 
   string key
)

Parameters

key
Key of entry to remove.

See Also

© 2010 All Rights Reserved.